filename 62 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java private PageInfo loadFromUrlAndGetTitle(String html, String filename) throws Throwable { filename 67 android_webview/javatests/src/org/chromium/android_webview/test/GetTitleTest.java final String url = webServer.setResponse(filename, html, null); filename 28 base/android/jni_generator/jni_generator_helper.h const char* filename) { filename 29 base/android/jni_generator/jni_generator_helper.h LOG(ERROR) << "RegisterNatives failed in " << filename; filename 48 base/event_recorder.h bool StartRecording(const FilePath& filename); filename 58 base/event_recorder.h bool StartPlayback(const FilePath& filename); filename 14 base/event_recorder_stubs.cc bool EventRecorder::StartRecording(const FilePath& filename) { filename 21 base/event_recorder_stubs.cc bool EventRecorder::StartPlayback(const FilePath& filename) { filename 44 base/event_recorder_win.cc bool EventRecorder::StartRecording(const FilePath& filename) { filename 52 base/event_recorder_win.cc file_ = OpenFile(filename, "wb+"); filename 95 base/event_recorder_win.cc bool EventRecorder::StartPlayback(const FilePath& filename) { filename 103 base/event_recorder_win.cc file_ = OpenFile(filename, "rb"); filename 303 base/file_util.h BASE_EXPORT FILE* OpenFile(const FilePath& filename, const char* mode); filename 314 base/file_util.h BASE_EXPORT int ReadFile(const FilePath& filename, char* data, int size); filename 318 base/file_util.h BASE_EXPORT int WriteFile(const FilePath& filename, const char* data, filename 328 base/file_util.h BASE_EXPORT int AppendToFile(const FilePath& filename, filename 645 base/file_util_posix.cc FILE* OpenFile(const FilePath& filename, const char* mode) { filename 649 base/file_util_posix.cc result = fopen(filename.value().c_str(), mode); filename 654 base/file_util_posix.cc int ReadFile(const FilePath& filename, char* data, int size) { filename 656 base/file_util_posix.cc int fd = HANDLE_EINTR(open(filename.value().c_str(), O_RDONLY)); filename 666 base/file_util_posix.cc int WriteFile(const FilePath& filename, const char* data, int size) { filename 668 base/file_util_posix.cc int fd = HANDLE_EINTR(creat(filename.value().c_str(), 0666)); filename 693 base/file_util_posix.cc int AppendToFile(const FilePath& filename, const char* data, int size) { filename 695 base/file_util_posix.cc int fd = HANDLE_EINTR(open(filename.value().c_str(), O_WRONLY | O_APPEND)); filename 225 base/file_util_unittest.cc void CreateTextFile(const FilePath& filename, filename 228 base/file_util_unittest.cc file.open(filename.value().c_str()); filename 235 base/file_util_unittest.cc std::wstring ReadTextFile(const FilePath& filename) { filename 238 base/file_util_unittest.cc file.open(filename.value().c_str()); filename 568 base/file_util_win.cc FILE* OpenFile(const FilePath& filename, const char* mode) { filename 571 base/file_util_win.cc return _wfsopen(filename.value().c_str(), w_mode.c_str(), _SH_DENYNO); filename 574 base/file_util_win.cc int ReadFile(const FilePath& filename, char* data, int size) { filename 576 base/file_util_win.cc base::win::ScopedHandle file(CreateFile(filename.value().c_str(), filename 593 base/file_util_win.cc int WriteFile(const FilePath& filename, const char* data, int size) { filename 595 base/file_util_win.cc base::win::ScopedHandle file(CreateFile(filename.value().c_str(), filename 604 base/file_util_win.cc << UTF16ToUTF8(filename.value()); filename 616 base/file_util_win.cc << UTF16ToUTF8(filename.value()) << " failed"; filename 620 base/file_util_win.cc << UTF16ToUTF8(filename.value()) << " expected " << size; filename 625 base/file_util_win.cc int AppendToFile(const FilePath& filename, const char* data, int size) { filename 627 base/file_util_win.cc base::win::ScopedHandle file(CreateFile(filename.value().c_str(), filename 636 base/file_util_win.cc << UTF16ToUTF8(filename.value()); filename 648 base/file_util_win.cc << UTF16ToUTF8(filename.value()) filename 653 base/file_util_win.cc << UTF16ToUTF8(filename.value()) << " expected " << size; filename 436 base/i18n/build_utf8_validator_tables.cc base::FilePath filename = filename 440 base/i18n/build_utf8_validator_tables.cc if (!filename.empty()) { filename 441 base/i18n/build_utf8_validator_tables.cc output = base::OpenFile(filename, "wb"); filename 443 base/i18n/build_utf8_validator_tables.cc PLOG(FATAL) << "Couldn't open '" << filename.AsUTF8Unsafe() filename 459 base/i18n/build_utf8_validator_tables.cc if (!filename.empty()) { filename 461 base/i18n/build_utf8_validator_tables.cc PLOG(FATAL) << "Couldn't finish writing '" << filename.AsUTF8Unsafe() filename 672 base/logging.cc base::StringPiece filename(file); filename 673 base/logging.cc size_t last_slash_pos = filename.find_last_of("\\/"); filename 675 base/logging.cc filename.remove_prefix(last_slash_pos + 1); filename 709 base/logging.cc stream_ << ":" << filename << "(" << line << ")] "; filename 145 base/prefs/json_pref_store.cc const base::FilePath& filename, filename 148 base/prefs/json_pref_store.cc token.append(filename.AsUTF8Unsafe()); filename 154 base/prefs/json_pref_store.cc JsonPrefStore::JsonPrefStore(const base::FilePath& filename, filename 157 base/prefs/json_pref_store.cc : path_(filename), filename 161 base/prefs/json_pref_store.cc writer_(filename, sequenced_task_runner), filename 78 base/process/process_util_unittest.cc void WaitToDie(const char* filename) { filename 82 base/process/process_util_unittest.cc fp = fopen(filename, "r"); filename 88 base/process/process_util_unittest.cc void SignalChildren(const char* filename) { filename 89 base/process/process_util_unittest.cc FILE* fp = fopen(filename, "w"); filename 129 base/process/process_util_unittest.cc static std::string GetSignalFilePath(const char* filename); filename 132 base/process/process_util_unittest.cc std::string ProcessUtilTest::GetSignalFilePath(const char* filename) { filename 134 base/process/process_util_unittest.cc return filename; filename 138 base/process/process_util_unittest.cc tmp_dir = tmp_dir.Append(filename); filename 180 chrome/browser/apps/app_browsertest.cc const char* filename) { filename 182 chrome/browser/apps/app_browsertest.cc filename).NormalizePathSeparators(); filename 174 chrome/browser/autofill/autofill_browsertest.cc void FillFormAndSubmit(const std::string& filename, const FormMap& data) { filename 175 chrome/browser/autofill/autofill_browsertest.cc GURL url = test_server()->GetURL("files/autofill/" + filename); filename 211 chrome/browser/autofill/autofill_browsertest.cc int AggregateProfilesIntoAutofillPrefs(const std::string& filename) { filename 217 chrome/browser/autofill/autofill_browsertest.cc base::FilePath().AppendASCII(filename)); filename 87 chrome/browser/chrome_plugin_browsertest.cc static GURL GetURL(const char* filename) { filename 90 chrome/browser/chrome_plugin_browsertest.cc path = path.AppendASCII("plugin").AppendASCII(filename); filename 273 chrome/browser/chromeos/drive/file_system_util.cc std::string EscapeCacheFileName(const std::string& filename) { filename 276 chrome/browser/chromeos/drive/file_system_util.cc for (size_t i = 0; i < filename.size(); ++i) { filename 277 chrome/browser/chromeos/drive/file_system_util.cc char c = filename[i]; filename 287 chrome/browser/chromeos/drive/file_system_util.cc std::string UnescapeCacheFileName(const std::string& filename) { filename 289 chrome/browser/chromeos/drive/file_system_util.cc for (size_t i = 0; i < filename.size(); ++i) { filename 290 chrome/browser/chromeos/drive/file_system_util.cc char c = filename[i]; filename 291 chrome/browser/chromeos/drive/file_system_util.cc if (c == '%' && i + 2 < filename.length()) { filename 292 chrome/browser/chromeos/drive/file_system_util.cc c = (HexDigitToInt(filename[i + 1]) << 4) + filename 293 chrome/browser/chromeos/drive/file_system_util.cc HexDigitToInt(filename[i + 2]); filename 117 chrome/browser/chromeos/drive/file_system_util.h std::string EscapeCacheFileName(const std::string& filename); filename 121 chrome/browser/chromeos/drive/file_system_util.h std::string UnescapeCacheFileName(const std::string& filename); filename 410 chrome/browser/chromeos/login/wallpaper_manager.cc std::string filename = user_id + kOriginalCustomWallpaperSuffix; filename 413 chrome/browser/chromeos/login/wallpaper_manager.cc return user_data_dir.AppendASCII(filename); filename 238 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc void InjectPolicy(int user_number, const std::string& filename) { filename 243 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc if (filename != "") { filename 245 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc mutable_wallpaperimage()->set_value(ConstructPolicy(filename)); filename 173 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc std::string filename = it->second; filename 176 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc profile_dir.Append(filename), &value); filename 181 chrome/browser/chromeos/system_logs/debug_daemon_log_source.cc (*response)[profile_prefix + filename] = kNotAvailable; filename 708 chrome/browser/component_updater/background_downloader_win.cc const base::string16 filename(base::SysUTF8ToWide(url.ExtractFileName())); filename 718 chrome/browser/component_updater/background_downloader_win.cc tempdir.Append(filename).AsUTF16Unsafe().c_str()); filename 722 chrome/browser/component_updater/background_downloader_win.cc hr = job_->SetDisplayName(filename.c_str()); filename 728 chrome/browser/download/download_browsertest.cc base::FilePath filename; filename 729 chrome/browser/download/download_browsertest.cc net::FileURLToFilePath(url, &filename); filename 731 chrome/browser/download/download_browsertest.cc base::ASCIIToUTF16(partial_indication) + filename.LossyDisplayName()); filename 733 chrome/browser/download/download_browsertest.cc base::ASCIIToUTF16(total_indication) + filename.LossyDisplayName()); filename 767 chrome/browser/download/download_browsertest.cc base::FilePath basefilename(filename.BaseName()); filename 768 chrome/browser/download/download_browsertest.cc net::FileURLToFilePath(url, &filename); filename 172 chrome/browser/download/download_path_reservation_tracker.cc base::FilePath filename = target_path.BaseName(); filename 195 chrome/browser/download/download_path_reservation_tracker.cc target_path = target_dir.Append(filename); filename 671 chrome/browser/download/download_target_determiner.cc const base::FilePath& filename) const { filename 710 chrome/browser/download/download_target_determiner.cc !filename.MatchesExtension(extensions::kExtensionFileExtension) && filename 711 chrome/browser/download/download_target_determiner.cc !download_prefs_->IsAutoOpenEnabledBasedOnExtension(filename)) filename 259 chrome/browser/download/download_target_determiner.h bool ShouldPromptForDownload(const base::FilePath& filename) const; filename 801 chrome/browser/download/save_page_browsertest.cc base::FilePath filename = download_dir.AppendASCII("dataurl.txt"); filename 802 chrome/browser/download/save_page_browsertest.cc ASSERT_TRUE(base::PathExists(filename)); filename 804 chrome/browser/download/save_page_browsertest.cc EXPECT_TRUE(base::ReadFileToString(filename, &contents)); filename 364 chrome/browser/enumerate_modules_model_win.cc DCHECK(strlen(blacklisted.filename) > 0); filename 382 chrome/browser/enumerate_modules_model_win.cc if (filename_hash == blacklisted.filename && filename 685 chrome/browser/enumerate_modules_model_win.cc std::string hashes(kModuleBlacklist[i].filename); filename 687 chrome/browser/enumerate_modules_model_win.cc GenerateHash(kModuleBlacklist[i].filename, &hash1); filename 724 chrome/browser/enumerate_modules_model_win.cc const base::FilePath& filename) { filename 730 chrome/browser/enumerate_modules_model_win.cc filename.value().c_str(), filename 1061 chrome/browser/enumerate_modules_model_win.cc std::string filename, location, description, signer; filename 1062 chrome/browser/enumerate_modules_model_win.cc GenerateHash(base::WideToUTF8(module.name), &filename); filename 1069 chrome/browser/enumerate_modules_model_win.cc base::ASCIIToUTF16(filename), base::ASCIIToUTF16(location), filename 106 chrome/browser/enumerate_modules_model_win.h const char* filename; filename 203 chrome/browser/enumerate_modules_model_win.h const base::FilePath& filename); filename 83 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc base::FilePath::StringType filename = filename 87 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc base::FilePath::StringType filename = filename 92 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc file_util::ReplaceIllegalCharactersInPath(&filename, '_'); filename 96 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc return default_path.Append(filename); filename 684 chrome/browser/extensions/api/downloads/downloads_api.cc const base::FilePath& filename, filename 687 chrome/browser/extensions/api/downloads/downloads_api.cc creator_suggested_filename_ = filename; filename 713 chrome/browser/extensions/api/downloads/downloads_api.cc const base::FilePath& filename, filename 726 chrome/browser/extensions/api/downloads/downloads_api.cc if (!filename.empty()) { filename 730 chrome/browser/extensions/api/downloads/downloads_api.cc filename, filename 984 chrome/browser/extensions/api/downloads/downloads_api.cc if (options.filename.get()) { filename 995 chrome/browser/extensions/api/downloads/downloads_api.cc creator_suggested_filename = base::FilePath(*options.filename.get()); filename 1618 chrome/browser/extensions/api/downloads/downloads_api.cc const base::FilePath& filename, filename 1629 chrome/browser/extensions/api/downloads/downloads_api.cc DCHECK(!filename.empty()); filename 1634 chrome/browser/extensions/api/downloads/downloads_api.cc *determined_filename = filename; filename 1645 chrome/browser/extensions/api/downloads/downloads_api.cc filename, filename 1656 chrome/browser/extensions/api/downloads/downloads_api.cc filename)); filename 1657 chrome/browser/extensions/api/downloads/downloads_api.cc *determined_filename = filename; filename 1688 chrome/browser/extensions/api/downloads/downloads_api.cc base::FilePath filename(filename_str); filename 1689 chrome/browser/extensions/api/downloads/downloads_api.cc bool valid_filename = net::IsSafePortableRelativePath(filename); filename 1690 chrome/browser/extensions/api/downloads/downloads_api.cc filename = (valid_filename ? filename.NormalizePathSeparators() : filename 1695 chrome/browser/extensions/api/downloads/downloads_api.cc profile, ext_id, filename, conflict_action), filename 311 chrome/browser/extensions/api/downloads/downloads_api.h const base::FilePath& filename, filename 334 chrome/browser/extensions/api/downloads/downloads_api.h const base::FilePath& filename, filename 258 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc const base::FilePath::CharType* filename; filename 427 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc downloads_directory().Append(history_info[i].filename), filename 428 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc downloads_directory().Append(history_info[i].filename), filename 1334 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc base::FilePath::StringType filename; filename 1365 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_dict->GetString("filename", &filename)); filename 1367 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_TRUE(on_item->GetTargetFilePath() == base::FilePath(filename)); filename 1370 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_dict->GetString("filename", &filename)); filename 1372 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_TRUE(off_item->GetTargetFilePath() == base::FilePath(filename)); filename 1384 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ASSERT_TRUE(result_dict->GetString("filename", &filename)); filename 1385 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_TRUE(on_item->GetTargetFilePath() == base::FilePath(filename)); filename 3592 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc base::FilePath filename; filename 3607 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc &filename, filename 3611 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_EQ(FILE_PATH_LITERAL("a"), filename.value()); filename 3625 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc &filename, filename 3629 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_EQ(FILE_PATH_LITERAL("a"), filename.value()); filename 3646 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc &filename, filename 3650 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc EXPECT_EQ(FILE_PATH_LITERAL("b"), filename.value()); filename 26 chrome/browser/extensions/api/downloads_internal/downloads_internal_api.cc base::FilePath::StringType filename; filename 27 chrome/browser/extensions/api/downloads_internal/downloads_internal_api.cc EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filename)); filename 33 chrome/browser/extensions/api/downloads_internal/downloads_internal_api.cc base::FilePath(filename), filename 125 chrome/browser/extensions/api/file_system/file_system_apitest.cc void CheckStoredDirectoryMatches(const base::FilePath& filename) { filename 132 chrome/browser/extensions/api/file_system/file_system_apitest.cc if (filename.empty()) { filename 135 chrome/browser/extensions/api/file_system/file_system_apitest.cc EXPECT_EQ(base::MakeAbsoluteFilePath(filename.DirName()), filename 152 chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc base::FilePath filename; filename 153 chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc if (!base::CreateTemporaryFileInDir(temp_dir_.path(), &filename)) filename 158 chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc filename, message_with_header.data(), message_with_header.size()); filename 163 chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc return filename; filename 99 chrome/browser/extensions/api/web_request/upload_data_presenter.cc void RawDataPresenter::FeedNextFile(const std::string& filename) { filename 102 chrome/browser/extensions/api/web_request/upload_data_presenter.cc new base::StringValue(filename), filename 81 chrome/browser/extensions/api/web_request/upload_data_presenter.h void FeedNextFile(const std::string& filename); filename 66 chrome/browser/extensions/extension_action_icon_factory_unittest.cc gfx::Image LoadIcon(const std::string& filename) { filename 69 chrome/browser/extensions/extension_action_icon_factory_unittest.cc path = path.AppendASCII("extensions/api_test").AppendASCII(filename); filename 20 chrome/browser/extensions/extension_functional_browsertest.cc const char* filename) { filename 24 chrome/browser/extensions/extension_functional_browsertest.cc base::FilePath path = test_data_dir_.AppendASCII(filename); filename 107 chrome/browser/extensions/extension_protocols.cc const base::FilePath& filename, filename 112 chrome/browser/extensions/extension_protocols.cc filename_(filename), filename 231 chrome/browser/extensions/extension_protocols.cc base::Time GetFileLastModifiedTime(const base::FilePath& filename) { filename 232 chrome/browser/extensions/extension_protocols.cc if (base::PathExists(filename)) { filename 234 chrome/browser/extensions/extension_protocols.cc if (base::GetFileInfo(filename, &info)) filename 240 chrome/browser/extensions/extension_protocols.cc base::Time GetFileCreationTime(const base::FilePath& filename) { filename 241 chrome/browser/extensions/extension_protocols.cc if (base::PathExists(filename)) { filename 243 chrome/browser/extensions/extension_protocols.cc if (base::GetFileInfo(filename, &info)) filename 31 chrome/browser/extensions/test_extension_dir.cc void TestExtensionDir::WriteFile(const base::FilePath::StringType& filename, filename 36 chrome/browser/extensions/test_extension_dir.cc dir_.path().Append(filename), contents.data(), contents.size())); filename 28 chrome/browser/extensions/test_extension_dir.h void WriteFile(const base::FilePath::StringType& filename, filename 90 chrome/browser/extensions/user_script_listener_unittest.cc scoped_refptr<Extension> LoadExtension(const std::string& filename, filename 97 chrome/browser/extensions/user_script_listener_unittest.cc AppendASCII(filename.c_str()); filename 75 chrome/browser/feedback/feedback_data.cc void ZipFile(const base::FilePath& filename, filename 77 chrome/browser/feedback/feedback_data.cc if (!feedback_util::ZipString(filename, data, compressed_data)) filename 252 chrome/browser/feedback/feedback_util.cc bool ZipString(const base::FilePath& filename, filename 261 chrome/browser/feedback/feedback_util.cc if (base::WriteFile(temp_path.Append(filename), data.c_str(), data.size()) == filename 39 chrome/browser/feedback/feedback_util.h bool ZipString(const base::FilePath& filename, filename 93 chrome/browser/history/expire_history_backend_unittest.cc static bool IsStringInFile(const base::FilePath& filename, const char* str); filename 391 chrome/browser/history/expire_history_backend_unittest.cc bool ExpireHistoryTest::IsStringInFile(const base::FilePath& filename, filename 394 chrome/browser/history/expire_history_backend_unittest.cc EXPECT_TRUE(base::ReadFileToString(filename, &contents)); filename 112 chrome/browser/history/history_browsertest.cc void LoadAndWaitForFile(const char* filename) { filename 115 chrome/browser/history/history_browsertest.cc base::FilePath().AppendASCII(filename)); filename 85 chrome/browser/history/history_database.h void ComputeDatabaseMetrics(const base::FilePath& filename); filename 53 chrome/browser/icon_loader_linux.cc base::FilePath filename = base::nix::GetMimeIcon(group_, size_pixels); filename 56 chrome/browser/icon_loader_linux.cc if (filename.Extension() != ".svg" && filename 57 chrome/browser/icon_loader_linux.cc filename.Extension() != ".xpm") { filename 59 chrome/browser/icon_loader_linux.cc base::ReadFileToString(filename, &icon_data); filename 74 chrome/browser/icon_loader_linux.cc << filename.value(); filename 33 chrome/browser/infobars/infobars_browsertest.cc void InstallExtension(const char* filename) { filename 36 chrome/browser/infobars/infobars_browsertest.cc base::FilePath().AppendASCII(filename)); filename 48 chrome/browser/install_verification/win/module_list.cc wchar_t filename[MAX_PATH]; filename 51 chrome/browser/install_verification/win/module_list.cc if (::GetModuleFileName(modules_[i], filename, MAX_PATH) && filename 52 chrome/browser/install_verification/win/module_list.cc filename[0]) { filename 58 chrome/browser/install_verification/win/module_list.cc filename, filename 39 chrome/browser/logging_chrome_unittest.cc base::FilePath filename = logging::GetLogFileName(); filename 41 chrome/browser/logging_chrome_unittest.cc filename.value().find(FILE_PATH_LITERAL("chrome_debug.log"))); filename 50 chrome/browser/logging_chrome_unittest.cc base::FilePath filename = logging::GetLogFileName(); filename 52 chrome/browser/logging_chrome_unittest.cc filename.value()); filename 146 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc base::FilePath filename; filename 147 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc EXPECT_TRUE(base::CreateTemporaryFile(&filename)); filename 149 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc filename.AddExtension(FILE_PATH_LITERAL(".wav")); filename 150 chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc EXPECT_TRUE(base::Move(filename, wav_filename)); filename 78 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc std::string filename = photo_it->second->BaseName().value(); filename 79 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc if (ContainsKey(album_paths, filename)) filename 82 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc album_paths.insert(filename); filename 102 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc std::string filename = path.BaseName().value(); filename 104 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc filename = path.BaseName().InsertBeforeExtension( filename 108 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc dir_index_[album_name][filename] = path; filename 112 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc originals_index_[album_name][filename] = *(original_it->second); filename 145 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc const std::string& filename) const { filename 149 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc FileIndex::const_iterator file_it = dir_it->second.find(filename); filename 177 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc const std::string& filename) const { filename 181 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc FileIndex::const_iterator file_it = originals_it->second.find(filename); filename 42 chrome/browser/media_galleries/fileapi/iphoto_data_provider.h const std::string& filename) const; filename 49 chrome/browser/media_galleries/fileapi/iphoto_data_provider.h const std::string& filename) const; filename 98 chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc const std::string& filename) const OVERRIDE { filename 115 chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc const std::string& filename) const OVERRIDE { filename 76 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc void MoveTest(const std::string& filename, const std::string& content, filename 82 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc base::Unretained(this), filename, content, expected_result)); filename 89 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc void MoveTestFromFile(const std::string& filename, filename 95 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc base::Unretained(this), filename, source, expected_result)); filename 102 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc void SetupOnFileThread(const std::string& filename, filename 121 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc base::FilePath::FromUTF8Unsafe(filename)); filename 124 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc base::FilePath test_file = src_path.AppendASCII(filename); filename 134 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc size_t extension_index = filename.find_last_of("."); filename 136 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc std::string extension = filename.substr(extension_index); filename 151 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc void SetupFromFileOnFileThread(const std::string& filename, filename 156 chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc SetupOnFileThread(filename, content, expected_result); filename 433 chrome/browser/metrics/metrics_log_unittest.cc EXPECT_EQ("p1.plugin", system_profile.plugin(0).filename()); filename 437 chrome/browser/metrics/metrics_log_unittest.cc EXPECT_EQ("p2.plugin", system_profile.plugin(1).filename()); filename 459 chrome/browser/metrics/metrics_log_unittest.cc EXPECT_EQ("p2.plugin", stability.plugin_stability(0).plugin().filename()); filename 94 chrome/browser/net/http_pipelining_compatibility_client.cc info.filename), filename 319 chrome/browser/net/http_pipelining_compatibility_client.cc info.filename = "stats.txt"; filename 332 chrome/browser/net/http_pipelining_compatibility_client.cc info.filename = "index.html"; filename 493 chrome/browser/net/http_pipelining_compatibility_client.cc info0.filename = "alphabet.txt"; filename 498 chrome/browser/net/http_pipelining_compatibility_client.cc info1.filename = "cached.txt"; filename 503 chrome/browser/net/http_pipelining_compatibility_client.cc info2.filename = "reverse.txt"; filename 508 chrome/browser/net/http_pipelining_compatibility_client.cc info3.filename = "chunked.txt"; filename 513 chrome/browser/net/http_pipelining_compatibility_client.cc info4.filename = "cached.txt"; filename 22 chrome/browser/net/http_pipelining_compatibility_client.h std::string filename; // The path relative to the test server's base_url. filename 253 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "files/alphabet.txt"; filename 271 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "files/alphabet.txt"; filename 287 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "files/alphabet.txt"; filename 303 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "files/alphabet.txt"; filename 320 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "server-redirect?http://foo.bar/asdf"; filename 336 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "auth-basic"; filename 353 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "nocontent"; filename 370 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "close-socket"; filename 387 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info.filename = "http-1.0"; filename 412 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info1.filename = "files/alphabet.txt"; filename 417 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info2.filename = "close-socket"; filename 422 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info3.filename = "auth-basic"; filename 508 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc 0, _, Field(&RequestInfo::filename, StrEq("request.txt")), _, _, filename 513 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc 999, _, Field(&RequestInfo::filename, StrEq("index.html")), _, _, filename 528 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info1.filename = "request.txt"; filename 562 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc 0, _, Field(&RequestInfo::filename, StrEq("request.txt")), _, _, filename 567 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc 999, _, Field(&RequestInfo::filename, StrEq("index.html")), _, _, filename 581 chrome/browser/net/http_pipelining_compatibility_client_unittest.cc info1.filename = "request.txt"; filename 33 chrome/browser/plugins/plugins_resource_service.cc std::string filename; filename 35 chrome/browser/plugins/plugins_resource_service.cc filename = "plugins_win.json"; filename 37 chrome/browser/plugins/plugins_resource_service.cc filename = "plugins_linux.json"; filename 39 chrome/browser/plugins/plugins_resource_service.cc filename = "plugins_mac.json"; filename 47 chrome/browser/plugins/plugins_resource_service.cc return GURL(IsTest() ? test_url : kPluginsServerUrl + filename); filename 275 chrome/browser/safe_browsing/download_protection_service_unittest.cc const std::string& filename) { filename 277 chrome/browser/safe_browsing/download_protection_service_unittest.cc if (!base::ReadFileToString(testdata_path_.AppendASCII(filename), filename 13 chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc const char* filename; filename 31 chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc data_file_path_ = data_file_path_.AppendASCII(expected_data_->filename); filename 96 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename = temp_dir_.path().AppendASCII("PrefixSetTest"); filename 99 chrome/browser/safe_browsing/prefix_set_unittest.cc if (!builder.GetPrefixSet()->WriteFile(filename)) filename 102 chrome/browser/safe_browsing/prefix_set_unittest.cc *filenamep = filename; filename 153 chrome/browser/safe_browsing/prefix_set_unittest.cc void ModifyAndCleanChecksum(const base::FilePath& filename, long offset, filename 156 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(base::GetFileSize(filename, &size_64)); filename 158 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 164 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(base::GetFileSize(filename, &new_size_64)); filename 332 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 337 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 339 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 351 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(builder.GetPrefixSet()->WriteFile(filename)); filename 354 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 363 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(builder.GetPrefixSet()->WriteFile(filename)); filename 366 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 374 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 375 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 378 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 382 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 387 chrome/browser/safe_browsing/prefix_set_unittest.cc file.reset(base::OpenFile(filename, "r+b")); filename 390 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix_set = safe_browsing::PrefixSet::LoadFile(filename); filename 396 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 397 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 400 chrome/browser/safe_browsing/prefix_set_unittest.cc ModifyAndCleanChecksum(filename, kMagicOffset, 1)); filename 402 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 408 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 409 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 412 chrome/browser/safe_browsing/prefix_set_unittest.cc ModifyAndCleanChecksum(filename, kVersionOffset, 1)); filename 414 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 420 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 421 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 424 chrome/browser/safe_browsing/prefix_set_unittest.cc ModifyAndCleanChecksum(filename, kIndexSizeOffset, 1)); filename 426 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 432 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 433 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 436 chrome/browser/safe_browsing/prefix_set_unittest.cc ModifyAndCleanChecksum(filename, kDeltasSizeOffset, 1)); filename 438 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 445 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 446 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 448 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 452 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 458 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 459 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 462 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(base::GetFileSize(filename, &size_64)); filename 463 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 468 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 474 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 475 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 478 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "ab")); filename 483 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 489 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 490 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 493 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 526 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 532 chrome/browser/safe_browsing/prefix_set_unittest.cc base::FilePath filename; filename 533 chrome/browser/safe_browsing/prefix_set_unittest.cc ASSERT_TRUE(GetPrefixSetFile(&filename)); filename 536 chrome/browser/safe_browsing/prefix_set_unittest.cc base::ScopedFILE file(base::OpenFile(filename, "r+b")); filename 572 chrome/browser/safe_browsing/prefix_set_unittest.cc safe_browsing::PrefixSet::LoadFile(filename); filename 91 chrome/browser/safe_browsing/safe_browsing_database.h virtual void Init(const base::FilePath& filename) = 0; filename 291 chrome/browser/safe_browsing/safe_browsing_database.h virtual void Init(const base::FilePath& filename) OVERRIDE; filename 1613 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc base::FilePath filename = database_->BrowseDBFilename(database_filename_); filename 1629 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &before_info)); filename 1636 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::TouchFile(filename, old_last_modified, old_last_modified)); filename 1637 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &before_info)); filename 1646 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &after_info)); filename 1650 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::TouchFile(filename, old_last_modified, old_last_modified)); filename 1651 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &before_info)); filename 1655 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &after_info)); filename 1660 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::TouchFile(filename, old_last_modified, old_last_modified)); filename 1661 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &before_info)); filename 1664 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ASSERT_TRUE(base::GetFileInfo(filename, &after_info)); filename 75 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc virtual void Init(const base::FilePath& filename) OVERRIDE {} filename 159 chrome/browser/safe_browsing/safe_browsing_store.h virtual void Init(const base::FilePath& filename, filename 194 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool FileHeaderV7SanityCheck(const base::FilePath& filename, filename 199 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (!base::GetFileSize(filename, &size)) filename 219 chrome/browser/safe_browsing/safe_browsing_store_file.cc int ReadAndVerifyHeader(const base::FilePath& filename, filename 255 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (!FileHeaderV7SanityCheck(filename, header->v7)) filename 533 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool ReadDbStateHelper(const base::FilePath& filename, filename 535 chrome/browser/safe_browsing/safe_browsing_store_file.cc file_util::ScopedFILE file(base::OpenFile(filename, "rb")); filename 545 chrome/browser/safe_browsing/safe_browsing_store_file.cc ReadAndVerifyHeader(filename, &header, &add_chunks, &sub_chunks, filename 591 chrome/browser/safe_browsing/safe_browsing_store_file.cc if (!base::GetFileSize(filename, &size)) filename 695 chrome/browser/safe_browsing/safe_browsing_store_file.cc const base::FilePath& filename, filename 698 chrome/browser/safe_browsing/safe_browsing_store_file.cc filename_ = filename; filename 130 chrome/browser/safe_browsing/safe_browsing_store_file.h virtual void Init(const base::FilePath& filename, filename 180 chrome/browser/safe_browsing/safe_browsing_store_file.h const base::FilePath& filename) { filename 181 chrome/browser/safe_browsing/safe_browsing_store_file.h return base::FilePath(filename.value() + FILE_PATH_LITERAL("_new")); filename 237 chrome/browser/safe_browsing/safe_browsing_store_file.h static void CheckForOriginalAndDelete(const base::FilePath& filename); filename 37 chrome/browser/search/local_ntp_source.cc const char* filename; filename 147 chrome/browser/search/local_ntp_source.cc if (stripped_path == kResources[i].filename) { filename 162 chrome/browser/search/local_ntp_source.cc if (stripped_path == kResources[i].filename) filename 176 chrome/browser/search/local_ntp_source.cc std::string filename = request->url().path().substr(1); filename 178 chrome/browser/search/local_ntp_source.cc if (filename == kResources[i].filename) filename 171 chrome/browser/sessions/better_session_restore_browsertest.cc void StoreDataWithPage(const std::string& filename) { filename 172 chrome/browser/sessions/better_session_restore_browsertest.cc StoreDataWithPage(browser(), filename); filename 175 chrome/browser/sessions/better_session_restore_browsertest.cc void StoreDataWithPage(Browser* browser, const std::string& filename) { filename 183 chrome/browser/sessions/better_session_restore_browsertest.cc browser, GURL(fake_server_address_ + test_path_ + filename)); filename 188 chrome/browser/sessions/better_session_restore_browsertest.cc void NavigateAndCheckStoredData(const std::string& filename) { filename 189 chrome/browser/sessions/better_session_restore_browsertest.cc NavigateAndCheckStoredData(browser(), filename); filename 193 chrome/browser/sessions/better_session_restore_browsertest.cc const std::string& filename) { filename 203 chrome/browser/sessions/better_session_restore_browsertest.cc browser, GURL(fake_server_address_ + test_path_ + filename)); filename 246 chrome/browser/sessions/better_session_restore_browsertest.cc void PostFormWithPage(const std::string& filename, bool password_present) { filename 251 chrome/browser/sessions/better_session_restore_browsertest.cc browser(), GURL(fake_server_address_ + test_path_ + filename)); filename 687 chrome/browser/shell_integration_linux.cc std::string filename = filename 689 chrome/browser/shell_integration_linux.cc file_util::ReplaceIllegalCharactersInPath(&filename, '_'); filename 695 chrome/browser/shell_integration_linux.cc base::FilePath filepath = desktop_path.Append(filename); filename 714 chrome/browser/shell_integration_linux.cc std::string filename(chrome::kBrowserProcessExecutableName); filename 715 chrome/browser/shell_integration_linux.cc filename.append("-") filename 719 chrome/browser/shell_integration_linux.cc file_util::ReplaceIllegalCharactersInPath(&filename, '_'); filename 722 chrome/browser/shell_integration_linux.cc base::ReplaceChars(filename, " ", "_", &filename); filename 723 chrome/browser/shell_integration_linux.cc return base::FilePath(filename.append(".desktop")); filename 311 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc const std::string& filename) { filename 313 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc origin, base::FilePath::FromUTF8Unsafe(filename)); filename 97 chrome/browser/ui/browser_focus_uitest.cc std::wstring filename; filename 112 chrome/browser/ui/browser_focus_uitest.cc if (!GetProcessImageFileName(process, WriteInto(&filename, MAX_PATH), filename 115 chrome/browser/ui/browser_focus_uitest.cc filename = std::wstring(L"Unable to read filename for process id '" + filename 125 chrome/browser/ui/browser_focus_uitest.cc << "Process in foreground: " << filename.c_str() << "\n" filename 31 chrome/browser/ui/elide_url.cc const base::string16& filename, filename 43 chrome/browser/ui/elide_url.cc path += filename; filename 181 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc GURL GetURL(const std::string& filename) { filename 184 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc base::FilePath().AppendASCII(filename)); filename 500 chrome/browser/ui/gtk/download/download_item_gtk.cc base::string16 filename; filename 502 chrome/browser/ui/gtk/download/download_item_gtk.cc filename = gfx::ElideFilename( filename 515 chrome/browser/ui/gtk/download/download_item_gtk.cc filename = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_OPENING, filename 525 chrome/browser/ui/gtk/download/download_item_gtk.cc base::UTF16ToUTF8(filename).c_str()); filename 34 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc return EndsWith(file_info->filename, *file_extension, false); filename 536 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc gchar* filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog)); filename 537 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc if (!filename) { filename 542 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc base::FilePath path(filename); filename 543 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc g_free(filename); filename 601 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc gchar* filename = gtk_file_chooser_get_preview_filename( filename 603 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc if (!filename) filename 606 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_size(filename, kPreviewWidth, filename 608 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc g_free(filename); filename 329 chrome/browser/ui/pdf/pdf_browsertest.cc std::string filename = file_path.BaseName().MaybeAsASCII(); filename 330 chrome/browser/ui/pdf/pdf_browsertest.cc ASSERT_FALSE(filename.empty()); filename 333 chrome/browser/ui/pdf/pdf_browsertest.cc if (filename == "sample.pdf") filename 339 chrome/browser/ui/pdf/pdf_browsertest.cc if (static_cast<int>(base::Hash(filename) % kLoadingNumberOfParts) != filename 344 chrome/browser/ui/pdf/pdf_browsertest.cc LOG(WARNING) << "PDFBrowserTest.Loading: " << filename; filename 346 chrome/browser/ui/pdf/pdf_browsertest.cc GURL url = pdf_test_server()->GetURL(base_url + filename); filename 784 chrome/browser/ui/views/download/download_item_view.cc base::string16 filename; filename 786 chrome/browser/ui/views/download/download_item_view.cc filename = gfx::ElideFilename(download()->GetFileNameToReportUser(), filename 799 chrome/browser/ui/views/download/download_item_view.cc filename = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_OPENING, filename 813 chrome/browser/ui/views/download/download_item_view.cc filename, font_list_, filename 23 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc GURL GetURL(const std::string& filename) { filename 25 chrome/browser/ui/views/find_bar_controller_interactive_uitest.cc base::FilePath().AppendASCII(filename)); filename 87 chrome/browser/ui/webui/devtools_ui.cc std::string filename = PathWithoutParams(path); filename 88 chrome/browser/ui/webui/devtools_ui.cc if (EndsWith(filename, ".html", false)) { filename 90 chrome/browser/ui/webui/devtools_ui.cc } else if (EndsWith(filename, ".css", false)) { filename 92 chrome/browser/ui/webui/devtools_ui.cc } else if (EndsWith(filename, ".js", false)) { filename 94 chrome/browser/ui/webui/devtools_ui.cc } else if (EndsWith(filename, ".png", false)) { filename 96 chrome/browser/ui/webui/devtools_ui.cc } else if (EndsWith(filename, ".gif", false)) { filename 98 chrome/browser/ui/webui/devtools_ui.cc } else if (EndsWith(filename, ".manifest", false)) { filename 153 chrome/browser/ui/webui/devtools_ui.cc std::string filename = PathWithoutParams(path); filename 156 chrome/browser/ui/webui/devtools_ui.cc content::DevToolsHttpHandler::GetFrontendResourceId(filename); filename 159 chrome/browser/ui/webui/devtools_ui.cc << filename << ". If you compiled with debug_devtools=1, try running" filename 133 chrome/browser/ui/webui/options/certificate_manager_browsertest.cc void LoadONCPolicy(const std::string& filename) { filename 135 chrome/browser/ui/webui/options/certificate_manager_browsertest.cc chromeos::onc::test_utils::ReadTestData(filename); filename 79 chrome/browser/ui/webui/profiler_ui.cc std::string filename = path.empty() ? "profiler.html" : path; filename 82 chrome/browser/ui/webui/profiler_ui.cc file_path = base_path.AppendASCII(filename); filename 117 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc dict.Set("filename", new base::StringValue(details.filename)); filename 401 chrome/common/extensions/extension_file_util.cc base::FilePath::StringType filename = file.BaseName().value(); filename 403 chrome/common/extensions/extension_file_util.cc if (filename.find_first_of(FILE_PATH_LITERAL("_")) != 0) continue; filename 404 chrome/common/extensions/extension_file_util.cc if (reserved_underscore_names.find(filename) == filename 386 chrome/common/logging_chrome.cc std::string filename; filename 388 chrome/common/logging_chrome.cc if (env->GetVar(env_vars::kLogFileName, &filename) && !filename.empty()) filename 389 chrome/common/logging_chrome.cc return base::FilePath::FromUTF8Unsafe(filename); filename 157 chrome/common/net/url_fixer_upper.cc base::FilePath::StringType filename; filename 160 chrome/common/net/url_fixer_upper.cc PrepareStringForFileOps(input_path, &filename); filename 163 chrome/common/net/url_fixer_upper.cc if (filename.length() > 1 && filename[1] == '|') filename 164 chrome/common/net/url_fixer_upper.cc filename[1] = ':'; filename 167 chrome/common/net/url_fixer_upper.cc PrepareStringForFileOps(input_path, &filename); filename 168 chrome/common/net/url_fixer_upper.cc if (filename.length() > 0 && filename[0] == '~') filename 169 chrome/common/net/url_fixer_upper.cc filename = FixupHomedir(filename); filename 173 chrome/common/net/url_fixer_upper.cc GURL file_url = net::FilePathToFileURL(base::FilePath(filename)); filename 86 chrome/installer/gcapi/gcapi.cc bool GetCompanyName(const wchar_t* filename, wchar_t* buffer, DWORD out_len) { filename 91 chrome/installer/gcapi/gcapi.cc buffer_size = ::GetFileVersionInfoSize(filename, &handle); filename 98 chrome/installer/gcapi/gcapi.cc if (!::GetFileVersionInfo(filename, handle, buffer_size, file_version_info)) filename 155 chrome/installer/gcapi/gcapi.cc wchar_t filename[MAX_PATH+1]; filename 161 chrome/installer/gcapi/gcapi.cc if (::GetModuleFileName(NULL, filename, MAX_PATH) == 0) filename 163 chrome/installer/gcapi/gcapi.cc if (!GetCompanyName(filename, company, sizeof(company))) filename 39 chrome/installer/util/copy_tree_work_item_unittest.cc void CreateTextFile(const std::wstring& filename, filename 42 chrome/installer/util/copy_tree_work_item_unittest.cc file.open(filename.c_str()); filename 62 chrome/installer/util/copy_tree_work_item_unittest.cc std::wstring ReadTextFile(const std::wstring& filename) { filename 65 chrome/installer/util/copy_tree_work_item_unittest.cc file.open(filename.c_str()); filename 32 chrome/installer/util/delete_tree_work_item_unittest.cc void CreateTextFile(const std::wstring& filename, filename 35 chrome/installer/util/delete_tree_work_item_unittest.cc file.open(filename.c_str()); filename 27 chrome/installer/util/duplicate_tree_detector_unittest.cc void CreateTextFile(const std::string& filename, filename 30 chrome/installer/util/duplicate_tree_detector_unittest.cc file.open(filename.c_str()); filename 67 chrome/installer/util/installer_state_unittest.cc void CreateTextFile(const std::wstring& filename, filename 70 chrome/installer/util/installer_state_unittest.cc file.open(filename.c_str()); filename 34 chrome/installer/util/move_tree_work_item_unittest.cc void CreateTextFile(const std::wstring& filename, filename 37 chrome/installer/util/move_tree_work_item_unittest.cc file.open(base::UTF16ToASCII(filename).c_str()); filename 141 chrome/service/cloud_print/print_system_cups.cc const char* name, const char* filename, filename 746 chrome/service/cloud_print/print_system_cups.cc const char* name, const char* filename, filename 750 chrome/service/cloud_print/print_system_cups.cc return cupsPrintFile(name, filename, title, num_options, options); filename 754 chrome/service/cloud_print/print_system_cups.cc return cupsPrintFile2(http.http(), name, filename, filename 39 chrome/test/base/chrome_unit_test_suite.cc void RemoveSharedMemoryFile(const std::string& filename) { filename 44 chrome/test/base/chrome_unit_test_suite.cc memory.Delete(filename); filename 112 chrome/test/base/ui_test_utils.cc std::string filename(base::StringPrintf("%s%04d%02d%02d%02d%02d%02d%s", filename 116 chrome/test/base/ui_test_utils.cc base::FilePath snapshot_file = snapshot_directory.AppendASCII(filename); filename 242 chrome/test/base/v8_unit_test.cc v8::String::Utf8Value filename(message->GetScriptResourceName()); filename 246 chrome/test/base/v8_unit_test.cc "%s:%i:%i %s\n", *filename, linenum, colnum, *exception)); filename 63 chrome/test/logging/win/log_file_printer.cc base::StringPiece filename(file); filename 64 chrome/test/logging/win/log_file_printer.cc size_t last_slash_pos = filename.find_last_of("\\/"); filename 66 chrome/test/logging/win/log_file_printer.cc filename.remove_prefix(last_slash_pos + 1); filename 68 chrome/test/logging/win/log_file_printer.cc *out << filename << '(' << line << ')'; filename 101 chrome/utility/media_galleries/picasa_album_table_reader.cc std::string filename; filename 102 chrome/utility/media_galleries/picasa_album_table_reader.cc if (!filename_column.ReadString(i, &filename) || filename.empty()) filename 106 chrome/utility/media_galleries/picasa_album_table_reader.cc base::FilePath(base::FilePath::FromUTF8Unsafe(filename)); filename 55 chrome/utility/media_galleries/picasa_albums_indexer.cc base::FilePath filename = base::FilePath::FromUTF8Unsafe(section); filename 60 chrome/utility/media_galleries/picasa_albums_indexer.cc std::make_pair(section, folder_path_.Append(filename))).second) { filename 67 chrome/utility/media_galleries/picasa_albums_indexer.cc filename.InsertBeforeExtensionASCII(base::StringPrintf(" (%d)", i)) filename 72 chrome/utility/media_galleries/picasa_albums_indexer.cc std::make_pair(deduped_filename, folder_path_.Append(filename))) filename 15 chromeos/chromeos_test_utils.cc const std::string& filename, filename 27 chromeos/chromeos_test_utils.cc *data_dir = path.Append(filename); filename 19 chromeos/chromeos_test_utils.h const std::string& filename, filename 90 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc void AddCertificatesFromFile(std::string filename, bool expected_success) { filename 92 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc test_utils::ReadTestDictionary(filename); filename 114 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc void AddCertificateFromFile(std::string filename, filename 121 chromeos/network/onc/onc_certificate_importer_impl_unittest.cc AddCertificatesFromFile(filename, true); filename 26 chromeos/network/onc/onc_test_utils.cc std::string ReadTestData(const std::string& filename) { filename 29 chromeos/network/onc/onc_test_utils.cc filename, filename 32 chromeos/network/onc/onc_test_utils.cc << kNetworkComponentDirectory << "/" << filename; filename 41 chromeos/network/onc/onc_test_utils.cc const std::string& filename) { filename 45 chromeos/network/onc/onc_test_utils.cc filename, filename 48 chromeos/network/onc/onc_test_utils.cc << kNetworkComponentDirectory << "/" << filename; filename 58 chromeos/network/onc/onc_test_utils.cc << filename << "': " << error_message; filename 61 chromeos/network/onc/onc_test_utils.cc << "File '" << filename filename 23 chromeos/network/onc/onc_test_utils.h std::string ReadTestData(const std::string& filename); filename 28 chromeos/network/onc/onc_test_utils.h const std::string& filename); filename 85 chromeos/tools/onc_validator/onc_validator.cc scoped_ptr<base::DictionaryValue> ReadDictionary(std::string filename) { filename 86 chromeos/tools/onc_validator/onc_validator.cc base::FilePath path(filename); filename 95 chromeos/tools/onc_validator/onc_validator.cc LOG(ERROR) << "Couldn't json-deserialize file '" << filename filename 101 chromeos/tools/onc_validator/onc_validator.cc LOG(ERROR) << "File '" << filename filename 80 cloud_print/gcp20/prototype/command_line_reader.cc std::string filename = filename 83 cloud_print/gcp20/prototype/command_line_reader.cc if (filename.empty()) filename 85 cloud_print/gcp20/prototype/command_line_reader.cc return filename; filename 576 components/breakpad/app/breakpad_linux.cc info.filename = minidump.path(); filename 694 components/breakpad/app/breakpad_linux.cc info.filename = NULL; filename 925 components/breakpad/app/breakpad_linux.cc const char* filename, filename 929 components/breakpad/app/breakpad_linux.cc *fd = sys_open(filename, O_RDONLY, 0); filename 1086 components/breakpad/app/breakpad_linux.cc LoadDataFromFile(allocator, info.filename, &dumpfd, &dump_data, &dump_size); filename 1144 components/breakpad/app/breakpad_linux.cc temp_file_fd = sys_open(info.filename, O_WRONLY, 0600); filename 1324 components/breakpad/app/breakpad_linux.cc if (info.filename) { filename 1325 components/breakpad/app/breakpad_linux.cc int filename_length = my_strlen(info.filename); filename 1331 components/breakpad/app/breakpad_linux.cc WriteLog(info.filename, filename_length - 1); filename 1347 components/breakpad/app/breakpad_linux.cc my_strncpy(done_filename, info.filename, done_filename_len); filename 1351 components/breakpad/app/breakpad_linux.cc if (rename(info.filename, done_filename)) { filename 1354 components/breakpad/app/breakpad_linux.cc WriteLog(info.filename, filename_length - 1); filename 1468 components/breakpad/app/breakpad_linux.cc IGNORE_RET(sys_unlink(info.filename)); filename 45 components/breakpad/app/breakpad_linux_impl.h const char* filename; // Path to the Breakpad dump data. filename 106 components/breakpad/browser/crash_dump_manager_android.cc const std::string filename = filename 109 components/breakpad/browser/crash_dump_manager_android.cc base::FilePath dest_path = instance_->crash_dump_dir_.Append(filename); filename 118 components/breakpad/browser/crash_dump_manager_android.cc instance_->crash_dump_dir_.Append(filename).value(); filename 56 components/breakpad/browser/crash_handler_host_linux.cc base::DeleteFile(base::FilePath(info->filename), false); filename 64 components/breakpad/browser/crash_handler_host_linux.cc delete[] info->filename; filename 414 components/breakpad/browser/crash_handler_host_linux.cc info->filename = minidump_filename_str; filename 28 components/json_schema/json_schema_validator_unittest_base.cc base::Value* LoadValue(const std::string& filename) { filename 35 components/json_schema/json_schema_validator_unittest_base.cc .AppendASCII(filename); filename 46 components/json_schema/json_schema_validator_unittest_base.cc base::Value* LoadValue(const std::string& filename, base::Value::Type type) { filename 47 components/json_schema/json_schema_validator_unittest_base.cc scoped_ptr<base::Value> result(LoadValue(filename)); filename 57 components/json_schema/json_schema_validator_unittest_base.cc base::ListValue* LoadList(const std::string& filename) { filename 59 components/json_schema/json_schema_validator_unittest_base.cc LoadValue(filename, base::Value::TYPE_LIST)); filename 62 components/json_schema/json_schema_validator_unittest_base.cc base::DictionaryValue* LoadDictionary(const std::string& filename) { filename 64 components/json_schema/json_schema_validator_unittest_base.cc LoadValue(filename, base::Value::TYPE_DICTIONARY)); filename 83 components/nacl/browser/nacl_browser.cc void ReadCache(const base::FilePath& filename, std::string* data) { filename 84 components/nacl/browser/nacl_browser.cc if (!base::ReadFileToString(filename, data)) { filename 90 components/nacl/browser/nacl_browser.cc void WriteCache(const base::FilePath& filename, const Pickle* pickle) { filename 91 components/nacl/browser/nacl_browser.cc base::WriteFile(filename, static_cast<const char*>(pickle->data()), filename 95 components/nacl/browser/nacl_browser.cc void RemoveCache(const base::FilePath& filename, filename 97 components/nacl/browser/nacl_browser.cc base::DeleteFile(filename, false); filename 48 components/nacl/browser/nacl_file_host.cc const std::string& filename, filename 62 components/nacl/browser/nacl_file_host.cc if (!nacl_file_host::PnaclCanOpenFile(filename, &full_filepath)) { filename 147 components/nacl/browser/nacl_file_host.cc const std::string& filename, filename 153 components/nacl/browser/nacl_file_host.cc filename, filename 161 components/nacl/browser/nacl_file_host.cc bool PnaclCanOpenFile(const std::string& filename, filename 163 components/nacl/browser/nacl_file_host.cc if (filename.length() > kMaxFileLength) filename 166 components/nacl/browser/nacl_file_host.cc if (filename.empty()) filename 171 components/nacl/browser/nacl_file_host.cc for (size_t i = 0; i < filename.length(); ++i) { filename 172 components/nacl/browser/nacl_file_host.cc char charAt = filename[i]; filename 187 components/nacl/browser/nacl_file_host.cc std::string(kExpectedFilePrefix) + filename); filename 33 components/nacl/browser/nacl_file_host.h const std::string& filename, filename 38 components/nacl/browser/nacl_file_host.h bool PnaclCanOpenFile(const std::string& filename, filename 98 components/nacl/browser/nacl_host_message_filter.cc const std::string& filename, IPC::Message* reply_msg) { filename 101 components/nacl/browser/nacl_host_message_filter.cc nacl_file_host::GetReadonlyPnaclFd(this, filename, reply_msg); filename 53 components/nacl/browser/nacl_host_message_filter.h void OnGetReadonlyPnaclFd(const std::string& filename, filename 272 components/nacl/renderer/ppb_nacl_private_impl.cc PP_FileHandle GetReadonlyPnaclFD(const char* filename) { filename 277 components/nacl/renderer/ppb_nacl_private_impl.cc std::string(filename), filename 10 components/translate/core/browser/translate_event_details.cc : filename(in_filename), filename 21 components/translate/core/browser/translate_event_details.h std::string filename; filename 68 components/visitedlink/browser/visitedlink_master.cc void AsyncOpen(FILE** file, const base::FilePath& filename) { filename 69 components/visitedlink/browser/visitedlink_master.cc *file = base::OpenFile(filename, "wb+"); filename 70 components/visitedlink/browser/visitedlink_master.cc DLOG_IF(ERROR, !(*file)) << "Failed to open file " << filename.value(); filename 193 components/visitedlink/browser/visitedlink_master.cc const base::FilePath& filename, filename 202 components/visitedlink/browser/visitedlink_master.cc database_name_override_ = filename; filename 515 components/visitedlink/browser/visitedlink_master.cc base::FilePath filename; filename 516 components/visitedlink/browser/visitedlink_master.cc GetDatabaseFileName(&filename); filename 517 components/visitedlink/browser/visitedlink_master.cc PostIOTask(FROM_HERE, base::Bind(&AsyncOpen, file_, filename)); filename 541 components/visitedlink/browser/visitedlink_master.cc base::FilePath filename; filename 542 components/visitedlink/browser/visitedlink_master.cc GetDatabaseFileName(&filename); filename 543 components/visitedlink/browser/visitedlink_master.cc base::ScopedFILE file_closer(base::OpenFile(filename, "rb+")); filename 652 components/visitedlink/browser/visitedlink_master.cc bool VisitedLinkMaster::GetDatabaseFileName(base::FilePath* filename) { filename 655 components/visitedlink/browser/visitedlink_master.cc *filename = database_name_override_; filename 663 components/visitedlink/browser/visitedlink_master.cc *filename = profile_dir.Append(FILE_PATH_LITERAL("Visited Links")); filename 86 components/visitedlink/browser/visitedlink_master.h const base::FilePath& filename, filename 225 components/visitedlink/browser/visitedlink_master.h bool GetDatabaseFileName(base::FilePath* filename); filename 58 content/browser/accessibility/browser_accessibility_state_impl_win.cc TCHAR filename[MAX_PATH]; filename 59 content/browser/accessibility/browser_accessibility_state_impl_win.cc GetModuleFileName(modules[i], filename, sizeof(filename)); filename 60 content/browser/accessibility/browser_accessibility_state_impl_win.cc base::string16 module_name(base::FilePath(filename).BaseName().value()); filename 229 content/browser/android/download_controller_android_impl.cc ConvertUTF8ToJavaString(env, header.filename()); filename 22 content/browser/android/tracing_controller_android.h jstring filename, filename 228 content/browser/devtools/devtools_http_handler_impl.cc static std::string GetMimeType(const std::string& filename) { filename 229 content/browser/devtools/devtools_http_handler_impl.cc if (EndsWith(filename, ".html", false)) { filename 231 content/browser/devtools/devtools_http_handler_impl.cc } else if (EndsWith(filename, ".css", false)) { filename 233 content/browser/devtools/devtools_http_handler_impl.cc } else if (EndsWith(filename, ".js", false)) { filename 235 content/browser/devtools/devtools_http_handler_impl.cc } else if (EndsWith(filename, ".png", false)) { filename 237 content/browser/devtools/devtools_http_handler_impl.cc } else if (EndsWith(filename, ".gif", false)) { filename 291 content/browser/devtools/devtools_http_handler_impl.cc std::string filename = PathWithoutParams(info.path.substr(10)); filename 292 content/browser/devtools/devtools_http_handler_impl.cc std::string mime_type = GetMimeType(filename); filename 296 content/browser/devtools/devtools_http_handler_impl.cc base::FilePath path = frontend_dir.AppendASCII(filename); filename 303 content/browser/devtools/devtools_http_handler_impl.cc int resource_id = DevToolsHttpHandler::GetFrontendResourceId(filename); filename 42 content/browser/dom_storage/dom_storage_area.cc std::string filename = webkit_database::GetIdentifierFromOrigin(origin); filename 47 content/browser/dom_storage/dom_storage_area.cc InsertBeforeExtensionASCII(filename); filename 495 content/browser/download/download_stats.cc bool is_valid = !content_disposition.filename().empty(); filename 49 content/browser/download/save_package_unittest.cc bool HasOrdinalNumber(const base::FilePath::StringType& filename) { filename 51 content/browser/download/save_package_unittest.cc filename.rfind(FPL(')')); filename 53 content/browser/download/save_package_unittest.cc filename.rfind(FPL('(')); filename 59 content/browser/download/save_package_unittest.cc if (!IsAsciiDigit(filename[i])) filename 214 content/browser/download/save_package_unittest.cc base::FilePath::StringType filename; filename 216 content/browser/download/save_package_unittest.cc ASSERT_TRUE(GetGeneratedFilename(true, std::string(), url, false, &filename)); filename 217 content/browser/download/save_package_unittest.cc EXPECT_TRUE(filename.length() < long_file.length()); filename 218 content/browser/download/save_package_unittest.cc EXPECT_FALSE(HasOrdinalNumber(filename)); filename 222 content/browser/download/save_package_unittest.cc ASSERT_TRUE(GetGeneratedFilename(true, std::string(), url, false, &filename)); filename 223 content/browser/download/save_package_unittest.cc EXPECT_TRUE(filename.length() < long_file.length()); filename 224 content/browser/download/save_package_unittest.cc EXPECT_TRUE(HasOrdinalNumber(filename)); filename 233 content/browser/download/save_package_unittest.cc EXPECT_NE(filename, filename2); filename 245 content/browser/download/save_package_unittest.cc base::FilePath::StringType filename = filename 255 content/browser/download/save_package_unittest.cc &filename)); filename 256 content/browser/download/save_package_unittest.cc EXPECT_TRUE(filename.length() <= kMaxFileNameLength-ext.length()); filename 200 content/browser/fileapi/blob_url_request_job_unittest.cc GURL GetFileSystemURL(const std::string& filename) { filename 201 content/browser/fileapi/blob_url_request_job_unittest.cc return GURL(file_system_root_url_.spec() + filename); filename 204 content/browser/fileapi/blob_url_request_job_unittest.cc void WriteFileSystemFile(const std::string& filename, filename 211 content/browser/fileapi/blob_url_request_job_unittest.cc base::FilePath().AppendASCII(filename)); filename 83 content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc GURL GetFileSystemURL(const std::string& filename) { filename 84 content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc return GURL(file_system_root_url_.spec() + filename); filename 87 content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc void WriteFileSystemFile(const std::string& filename, filename 95 content/browser/fileapi/upload_file_system_file_element_reader_unittest.cc base::FilePath().AppendASCII(filename)); filename 69 content/browser/indexed_db/indexed_db_browsertest.cc const char* filename, filename 72 content/browser/indexed_db/indexed_db_browsertest.cc GURL url = GetTestUrl("indexeddb", filename); filename 108 content/browser/plugin_browsertest.cc GURL GetURL(const char* filename) { filename 109 content/browser/plugin_browsertest.cc return GetTestUrl("npapi", filename); filename 117 content/browser/plugin_browsertest.cc void TestPlugin(const char* filename) { filename 118 content/browser/plugin_browsertest.cc base::FilePath path = GetTestFilePath("plugin", filename); filename 127 content/browser/plugin_browsertest.cc GURL url = GetTestUrl("plugin", filename); filename 100 content/browser/session_history_browsertest.cc void NavigateAndCheckTitle(const char* filename, filename 104 content/browser/session_history_browsertest.cc NavigateToURL(shell(), GetURL(filename)); filename 36 content/browser/speech/input_tag_speech_browsertest.cc void LoadAndStartSpeechRecognitionTest(const char* filename) { filename 40 content/browser/speech/input_tag_speech_browsertest.cc GURL test_url = GetTestUrl("speech", filename); filename 66 content/browser/speech/input_tag_speech_browsertest.cc void RunSpeechRecognitionTest(const char* filename) { filename 70 content/browser/speech/input_tag_speech_browsertest.cc LoadAndStartSpeechRecognitionTest(filename); filename 262 content/child/npapi/npobject_stub.cc static std::wstring filename = StringToLowerASCII( filename 266 content/child/npapi/npobject_stub.cc if (filename == kNewWMPPlugin && id == fullscreen) { filename 24 content/child/npapi/plugin_lib.cc PluginLib* PluginLib::CreatePluginLib(const base::FilePath& filename) { filename 32 content/child/npapi/plugin_lib.cc if ((*g_loaded_libs)[i]->plugin_info().path == filename) filename 37 content/child/npapi/plugin_lib.cc if (!PluginList::Singleton()->ReadPluginInfo(filename, &info)) filename 44 content/child/npapi/plugin_lib.h static PluginLib* CreatePluginLib(const base::FilePath& filename); filename 28 content/child/npapi/webplugin_delegate_impl.cc const base::FilePath& filename, filename 30 content/child/npapi/webplugin_delegate_impl.cc scoped_refptr<PluginLib> plugin_lib(PluginLib::CreatePluginLib(filename)); filename 83 content/child/npapi/webplugin_delegate_impl.h const base::FilePath& filename, filename 254 content/child/npapi/webplugin_delegate_impl_win.cc std::wstring filename = filename 258 content/child/npapi/webplugin_delegate_impl_win.cc filename == kFlashPlugin) { filename 268 content/child/npapi/webplugin_delegate_impl_win.cc } else if (filename == kAcrobatReaderPlugin) { filename 290 content/child/npapi/webplugin_delegate_impl_win.cc if (filename == kOldWMPPlugin) { filename 295 content/child/npapi/webplugin_delegate_impl_win.cc filename == kRealPlayerPlugin) { filename 309 content/child/npapi/webplugin_delegate_impl_win.cc } else if (filename == kSilverlightPlugin) { filename 85 content/common/gpu/client/gl_helper_benchmark.cc void LoadPngFileToSkBitmap(const base::FilePath& filename, filename 88 content/common/gpu/client/gl_helper_benchmark.cc base::ReadFileToString(base::MakeAbsoluteFilePath(filename), &compressed); filename 96 content/common/gpu/client/gl_helper_benchmark.cc void SaveToFile(SkBitmap* bitmap, const base::FilePath& filename) { filename 107 content/common/gpu/client/gl_helper_benchmark.cc FILE* f = base::OpenFile(filename, "wb"); filename 299 content/common/gpu/client/gl_helper_benchmark.cc std::string filename = base::StringPrintf("testoutput_%s_%d.ppm", filename 302 content/common/gpu/client/gl_helper_benchmark.cc VLOG(0) << "Writing " << filename; filename 303 content/common/gpu/client/gl_helper_benchmark.cc SaveToFile(&output_pixels, base::FilePath::FromUTF8Unsafe(filename)); filename 77 content/common/gpu/media/video_encode_accelerator_unittest.cc base::FilePath::StringType filename = fields[0]; filename 94 content/common/gpu/media/video_encode_accelerator_unittest.cc CHECK(test_stream->input_file.Initialize(base::FilePath(filename))); filename 112 content/common/plugin_list.cc bool PluginList::ReadPluginInfo(const base::FilePath& filename, filename 117 content/common/plugin_list.cc if (filename == internal_plugins_[i].path) { filename 124 content/common/plugin_list.cc return PluginList::ReadWebPluginInfo(filename, info); filename 88 content/common/plugin_list.h bool ReadPluginInfo(const base::FilePath& filename, filename 131 content/common/plugin_list.h bool LoadPluginIntoPluginList(const base::FilePath& filename, filename 159 content/common/plugin_list.h static bool ReadWebPluginInfo(const base::FilePath& filename, filename 131 content/common/plugin_list_posix.cc std::string filename = info.path.BaseName().value(); filename 137 content/common/plugin_list_posix.cc if (filename.find(kUndesiredPlugins[i]) != std::string::npos) { filename 152 content/common/plugin_list_posix.cc std::string filename = path.BaseName().value(); filename 154 content/common/plugin_list_posix.cc if (filename.find(kBlackListedPlugins[i]) != std::string::npos) { filename 164 content/common/plugin_list_posix.cc bool ELFMatchesCurrentArchitecture(const base::FilePath& filename) { filename 168 content/common/plugin_list_posix.cc int fd = open(filename.value().c_str(), O_RDONLY|O_NONBLOCK); filename 179 content/common/plugin_list_posix.cc if (!base::ReadFile(filename, buffer, kELFBufferSize)) filename 262 content/common/plugin_list_posix.cc bool PluginList::ReadWebPluginInfo(const base::FilePath& filename, filename 268 content/common/plugin_list_posix.cc if (!ELFMatchesCurrentArchitecture(filename)) { filename 270 content/common/plugin_list_posix.cc << "Skipping plugin " << filename.value() filename 276 content/common/plugin_list_posix.cc void* dl = base::LoadNativeLibrary(filename, &error); filename 280 content/common/plugin_list_posix.cc << filename.value() << " (" << error.ToString() << "), skipping."; filename 284 content/common/plugin_list_posix.cc info->path = filename; filename 297 content/common/plugin_list_posix.cc << "Plugin " << filename.value() << " doesn't have a " filename 305 content/common/plugin_list_posix.cc << "MIME description for " << filename.value() << " is empty"; filename 333 content/common/plugin_list_posix.cc << "Got info for plugin " << filename.value() filename 340 content/common/plugin_list_posix.cc << "Plugin " << filename.value() filename 262 content/common/plugin_list_win.cc bool PluginList::ReadWebPluginInfo(const base::FilePath& filename, filename 270 content/common/plugin_list_win.cc FileVersionInfo::CreateFileVersionInfo(filename)); filename 274 content/common/plugin_list_win.cc << filename.value(); filename 284 content/common/plugin_list_win.cc info->path = filename; filename 346 content/common/plugin_list_win.cc base::FilePath filename = path.Append(find_file_data.cFileName); filename 347 content/common/plugin_list_win.cc plugins->push_back(filename); filename 415 content/common/plugin_list_win.cc base::FilePath::StringType filename = filename 418 content/common/plugin_list_win.cc if (filename == kMozillaActiveXPlugin) filename 424 content/common/plugin_list_win.cc if (filename == kYahooApplicationStatePlugin) filename 431 content/common/plugin_list_win.cc if (filename == kWanWangProtocolHandlerPlugin) filename 436 content/common/plugin_list_win.cc if (filename == kJavaPlugin1 || filename == kJavaPlugin2) { filename 451 content/common/plugin_list_win.cc if (filename == kNewWMPPlugin) { filename 459 content/common/plugin_list_win.cc } else if (filename == kOldWMPPlugin) { filename 23 content/public/android/java/src/org/chromium/content/browser/ContentViewDownloadDelegate.java void onDownloadStarted(String filename, String mimeType); filename 31 content/public/android/java/src/org/chromium/content/browser/ContentViewDownloadDelegate.java void onDangerousDownload(String filename, int downloadId); filename 70 content/public/android/java/src/org/chromium/content/browser/DownloadController.java String cookie, String referer, String filename, long contentLength) { filename 81 content/public/android/java/src/org/chromium/content/browser/DownloadController.java .setFileName(filename) filename 97 content/public/android/java/src/org/chromium/content/browser/DownloadController.java public void onDownloadStarted(ContentViewCore view, String filename, String mimeType) { filename 101 content/public/android/java/src/org/chromium/content/browser/DownloadController.java downloadDelegate.onDownloadStarted(filename, mimeType); filename 111 content/public/android/java/src/org/chromium/content/browser/DownloadController.java String filename, String path, long contentLength, boolean successful, int downloadId) { filename 116 content/public/android/java/src/org/chromium/content/browser/DownloadController.java .setFileName(filename) filename 120 content/public/android/java/src/org/chromium/content/browser/DownloadController.java .setDescription(filename) filename 134 content/public/android/java/src/org/chromium/content/browser/DownloadController.java String filename, String path, long contentLength, boolean successful, int downloadId, filename 140 content/public/android/java/src/org/chromium/content/browser/DownloadController.java .setFileName(filename) filename 144 content/public/android/java/src/org/chromium/content/browser/DownloadController.java .setDescription(filename) filename 158 content/public/android/java/src/org/chromium/content/browser/DownloadController.java public void onDangerousDownload(ContentViewCore view, String filename, filename 162 content/public/android/java/src/org/chromium/content/browser/DownloadController.java downloadDelegate.onDangerousDownload(filename, downloadId); filename 45 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java String filename = metaData.getString(FILENAME); filename 46 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java if (filename == null || filename.isEmpty()) { filename 58 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java plugin.append(filename); filename 161 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java public boolean startTracing(String filename, boolean showToasts, String categories, filename 173 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java if (!nativeStartTracing(mNativeTracingControllerAndroid, filename, categories, filename 181 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java mFilename = filename; filename 251 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java String filename = intent.getStringExtra(FILE_EXTRA); filename 252 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java if (filename != null) { filename 253 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java startTracing(filename, true, categories, recordContinuously); filename 268 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java private native boolean nativeStartTracing(long nativeTracingControllerAndroid, String filename, filename 90 content/renderer/gpu/gpu_benchmarking_extension.cc std::string filename = "layer_" + base::IntToString(layer_id_++) + ".skp"; filename 91 content/renderer/gpu/gpu_benchmarking_extension.cc std::string filepath = dirpath_.AppendASCII(filename).MaybeAsASCII(); filename 211 content/shell/browser/shell_download_manager_delegate.cc char *filename; filename 212 content/shell/browser/shell_download_manager_delegate.cc filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog)); filename 213 content/shell/browser/shell_download_manager_delegate.cc result = base::FilePath(filename); filename 214 content/shell/browser/shell_download_manager_delegate.cc g_free(filename); filename 194 content/shell/renderer/test_runner/WebTestProxy.cpp string filename = url.substr(pos + 1); filename 195 content/shell/renderer/test_runner/WebTestProxy.cpp if (filename.empty()) filename 197 content/shell/renderer/test_runner/WebTestProxy.cpp return filename; filename 1443 content/shell/renderer/test_runner/event_sender.cc WebString filename; filename 1447 content/shell/renderer/test_runner/event_sender.cc filename = items[i].title; filename 1452 content/shell/renderer/test_runner/event_sender.cc filename.utf8().data() + "\n"); filename 196 content/test/plugin/plugin_geturl_test.cc std::string filename = self_url_; filename 197 content/test/plugin/plugin_geturl_test.cc if (filename.find("file:///", 0) != 0) { filename 207 content/test/plugin/plugin_geturl_test.cc filename = filename.substr(8); // remove "file:///" filename 209 content/test/plugin/plugin_geturl_test.cc base::FilePath path = base::FilePath(base::ASCIIToWide(filename)); filename 211 content/test/plugin/plugin_geturl_test.cc filename = filename.substr(7); // remove "file://" filename 212 content/test/plugin/plugin_geturl_test.cc base::FilePath path = base::FilePath(filename); filename 55 extensions/browser/file_reader_unittest.cc void RunBasicTest(const char* filename) { filename 60 extensions/browser/file_reader_unittest.cc extension_id, path, base::FilePath().AppendASCII(filename)); filename 61 extensions/browser/file_reader_unittest.cc path = path.AppendASCII(filename); filename 123 extensions/common/extension_resource_unittest.cc const char* filename = "res.ico"; filename 124 extensions/common/extension_resource_unittest.cc base::FilePath root_resource = temp.path().AppendASCII(filename); filename 141 extensions/common/extension_resource_unittest.cc ASSERT_TRUE(base::WriteFile(make_path.AppendASCII(filename), filename 148 extensions/common/extension_resource_unittest.cc base::FilePath().AppendASCII(filename)); filename 160 extensions/common/extension_resource_unittest.cc EXPECT_EQ(ToLower(base::FilePath().AppendASCII(filename).value()), filename 437 google_apis/drive/gdata_wapi_parser.h const std::string& filename() const { return filename_; } filename 550 google_apis/drive/gdata_wapi_parser.h void set_filename(const std::string& filename) { filename_ = filename; } filename 106 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("filename.m4a", file_entry->filename()); filename 226 google_apis/drive/gdata_wapi_parser_unittest.cc EXPECT_EQ("File 1.mp3", entry->filename()); filename 25 gpu/command_buffer/service/error_state.cc const char* filename, filename 31 gpu/command_buffer/service/error_state.cc const char* filename, filename 37 gpu/command_buffer/service/error_state.cc const char* filename, filename 44 gpu/command_buffer/service/error_state.cc const char* filename, filename 52 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) OVERRIDE; filename 55 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) OVERRIDE; filename 58 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) OVERRIDE; filename 105 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) { filename 108 gpu/command_buffer/service/error_state.cc SetGLError(filename, line, error, function_name, ""); filename 114 gpu/command_buffer/service/error_state.cc const char* filename, filename 122 gpu/command_buffer/service/error_state.cc filename, line, filename 133 gpu/command_buffer/service/error_state.cc const char* filename, filename 138 gpu/command_buffer/service/error_state.cc SetGLError(filename, line, GL_INVALID_ENUM, function_name, filename 144 gpu/command_buffer/service/error_state.cc const char* filename, filename 151 gpu/command_buffer/service/error_state.cc filename, line, GL_INVALID_ENUM, function_name, filename 157 gpu/command_buffer/service/error_state.cc filename, line, error, function_name, filename 165 gpu/command_buffer/service/error_state.cc const char* filename, filename 171 gpu/command_buffer/service/error_state.cc filename, line, error, function_name, filename 178 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) { filename 181 gpu/command_buffer/service/error_state.cc SetGLError(filename, line, error, function_name, filename 187 gpu/command_buffer/service/error_state.cc const char* filename, int line, const char* function_name) { filename 194 gpu/command_buffer/service/error_state.cc filename, line, filename 73 gpu/command_buffer/service/error_state.h const char* filename, filename 79 gpu/command_buffer/service/error_state.h const char* filename, filename 85 gpu/command_buffer/service/error_state.h const char* filename, filename 92 gpu/command_buffer/service/error_state.h const char* filename, filename 102 gpu/command_buffer/service/error_state.h const char* filename, int line, const char* function_name) = 0; filename 109 gpu/command_buffer/service/error_state.h const char* filename, int line, const char* function_name) = 0; filename 114 gpu/command_buffer/service/error_state.h const char* filename, int line, const char* function_name) = 0; filename 23 gpu/command_buffer/service/error_state_mock.h const char* filename, int line, filename 26 gpu/command_buffer/service/error_state_mock.h const char* filename, int line, filename 29 gpu/command_buffer/service/error_state_mock.h const char* filename, filename 36 gpu/command_buffer/service/error_state_mock.h const char* filename, filename 43 gpu/command_buffer/service/error_state_mock.h const char* file, int line, const char* filename)); filename 45 gpu/command_buffer/service/error_state_mock.h const char* file, int line, const char* filename)); filename 47 gpu/command_buffer/service/error_state_mock.h const char* file, int line, const char* filename)); filename 1580 gpu/command_buffer/service/gles2_cmd_decoder.cc void RenderWarning(const char* filename, int line, const std::string& msg); filename 1582 gpu/command_buffer/service/gles2_cmd_decoder.cc const char* filename, int line, const std::string& msg); filename 5980 gpu/command_buffer/service/gles2_cmd_decoder.cc const char* filename, int line, const std::string& msg) { filename 5981 gpu/command_buffer/service/gles2_cmd_decoder.cc logger_.LogMessage(filename, line, std::string("RENDER WARNING: ") + msg); filename 5985 gpu/command_buffer/service/gles2_cmd_decoder.cc const char* filename, int line, const std::string& msg) { filename 5986 gpu/command_buffer/service/gles2_cmd_decoder.cc logger_.LogMessage(filename, line, filename 28 gpu/command_buffer/service/logger.cc const char* filename, int line, const std::string& msg) { filename 38 gpu/command_buffer/service/logger.cc filename, line, ::logging::LOG_ERROR).stream() << prefixed_msg; filename 29 gpu/command_buffer/service/logger.h void LogMessage(const char* filename, int line, const std::string& msg); filename 199 gpu/command_buffer/tests/gl_test_utils.cc const char* filename, int width, int height) { filename 200 gpu/command_buffer/tests/gl_test_utils.cc FILE* fp = fopen(filename, "wb"); filename 49 gpu/command_buffer/tests/gl_test_utils.h static bool SaveBackbufferAsBMP(const char* filename, int width, int height); filename 16 media/base/audio_video_metadata_extractor_unittest.cc const std::string& filename, filename 22 media/base/audio_video_metadata_extractor_unittest.cc EXPECT_TRUE(source.Initialize(GetTestDataFilePath(filename))); filename 105 media/base/container_names_unittest.cc void TestFile(MediaContainerName expected, const base::FilePath& filename) { filename 112 media/base/container_names_unittest.cc if (base::GetFileSize(filename, &actual_size) && actual_size < read_size) filename 114 media/base/container_names_unittest.cc int read = base::ReadFile(filename, buffer, read_size); filename 119 media/base/container_names_unittest.cc << "Failure with file " << filename.value(); filename 168 media/base/demuxer_perftest.cc static void RunDemuxerBenchmark(const std::string& filename) { filename 169 media/base/demuxer_perftest.cc base::FilePath file_path(GetTestDataFilePath(filename)); filename 204 media/base/demuxer_perftest.cc filename, filename 14 media/base/media_file_checker_unittest.cc static void RunMediaFileChecker(const std::string& filename, bool expectation) { filename 15 media/base/media_file_checker_unittest.cc base::File file(GetTestDataFilePath(filename), filename 40 media/base/yuv_convert_unittest.cc static void ReadData(const base::FilePath::CharType* filename, filename 50 media/base/yuv_convert_unittest.cc .Append(filename); filename 89 media/cdm/ppapi/cdm_logging.cc std::string filename(file); filename 90 media/cdm/ppapi/cdm_logging.cc size_t last_slash_pos = filename.find_last_of("\\/"); filename 92 media/cdm/ppapi/cdm_logging.cc filename = filename.substr(last_slash_pos + 1); filename 120 media/cdm/ppapi/cdm_logging.cc stream_ << filename << "(" << line << ")] "; filename 43 media/ffmpeg/ffmpeg_regression_tests.cc RegressionTestData(const char* filename, PipelineStatus init_status, filename 48 media/ffmpeg/ffmpeg_regression_tests.cc filename(filename), filename 55 media/ffmpeg/ffmpeg_regression_tests.cc const char* filename; filename 63 media/ffmpeg/ffmpeg_regression_tests.cc FlakyRegressionTestData(const char* filename) filename 64 media/ffmpeg/ffmpeg_regression_tests.cc : filename(filename) { filename 67 media/ffmpeg/ffmpeg_regression_tests.cc const char* filename; filename 366 media/ffmpeg/ffmpeg_regression_tests.cc ASSERT_TRUE(Start(GetTestDataFilePath(GetParam().filename), filename 381 media/ffmpeg/ffmpeg_regression_tests.cc ASSERT_FALSE(Start(GetTestDataFilePath(GetParam().filename), filename 389 media/ffmpeg/ffmpeg_regression_tests.cc if (Start(GetTestDataFilePath(GetParam().filename))) { filename 23 media/filters/audio_file_reader_unittest.cc void Initialize(const char* filename) { filename 24 media/filters/audio_file_reader_unittest.cc data_ = ReadTestDataFile(filename); filename 892 media/filters/chunk_demuxer_unittest.cc bool ParseWebMFile(const std::string& filename, filename 895 media/filters/chunk_demuxer_unittest.cc return ParseWebMFile(filename, timestamps, duration, HAS_AUDIO | HAS_VIDEO); filename 898 media/filters/chunk_demuxer_unittest.cc bool ParseWebMFile(const std::string& filename, filename 910 media/filters/chunk_demuxer_unittest.cc scoped_refptr<DecoderBuffer> buffer = ReadTestDataFile(filename); filename 78 media/filters/ffmpeg_glue_unittest.cc void Initialize(const char* filename) { filename 79 media/filters/ffmpeg_glue_unittest.cc data_ = ReadTestDataFile(filename); filename 14 media/filters/pipeline_integration_perftest.cc static void RunPlaybackBenchmark(const std::string& filename, filename 23 media/filters/pipeline_integration_perftest.cc ASSERT_TRUE(pipeline.Start(GetTestDataFilePath(filename), filename 44 media/filters/pipeline_integration_perftest.cc filename, filename 50 media/filters/pipeline_integration_perftest.cc static void RunVideoPlaybackBenchmark(const std::string& filename, filename 52 media/filters/pipeline_integration_perftest.cc RunPlaybackBenchmark(filename, name, kBenchmarkIterationsVideo, false); filename 55 media/filters/pipeline_integration_perftest.cc static void RunAudioPlaybackBenchmark(const std::string& filename, filename 57 media/filters/pipeline_integration_perftest.cc RunPlaybackBenchmark(filename, name, kBenchmarkIterationsAudio, true); filename 256 media/filters/pipeline_integration_test.cc MockMediaSource(const std::string& filename, filename 260 media/filters/pipeline_integration_test.cc : file_path_(GetTestDataFilePath(filename)), filename 273 media/filters/pipeline_integration_test.cc file_data_ = ReadTestDataFile(filename); filename 459 media/filters/pipeline_integration_test.cc bool TestSeekDuringRead(const std::string& filename, filename 466 media/filters/pipeline_integration_test.cc MockMediaSource source(filename, mimetype, initial_append_size, filename 36 media/formats/common/stream_parser_test_base.cc std::string StreamParserTestBase::ParseFile(const std::string& filename, filename 41 media/formats/common/stream_parser_test_base.cc scoped_refptr<DecoderBuffer> buffer = ReadTestDataFile(filename); filename 40 media/formats/common/stream_parser_test_base.h std::string ParseFile(const std::string& filename, int append_bytes); filename 128 media/formats/mp2t/es_parser_h264_unittest.cc void LoadStream(const char* filename); filename 151 media/formats/mp2t/es_parser_h264_unittest.cc void EsParserH264Test::LoadStream(const char* filename) { filename 152 media/formats/mp2t/es_parser_h264_unittest.cc base::FilePath file_path = GetTestDataFilePath(filename); filename 148 media/formats/mp2t/mp2t_stream_parser_unittest.cc bool ParseMpeg2TsFile(const std::string& filename, int append_bytes) { filename 151 media/formats/mp2t/mp2t_stream_parser_unittest.cc scoped_refptr<DecoderBuffer> buffer = ReadTestDataFile(filename); filename 131 media/formats/mp4/mp4_stream_parser_unittest.cc bool ParseMP4File(const std::string& filename, int append_bytes) { filename 134 media/formats/mp4/mp4_stream_parser_unittest.cc scoped_refptr<DecoderBuffer> buffer = ReadTestDataFile(filename); filename 247 media/tools/player_x11/player_x11.cc std::string filename = command_line->GetSwitchValueASCII("file"); filename 249 media/tools/player_x11/player_x11.cc if (filename.empty()) { filename 294 media/tools/player_x11/player_x11.cc CreateDataSource(filename), command_line->HasSwitch("streaming"))); filename 194 native_client_sdk/src/examples/demo/nacl_io/handlers.c const char* filename; filename 202 native_client_sdk/src/examples/demo/nacl_io/handlers.c filename = params[0]; filename 205 native_client_sdk/src/examples/demo/nacl_io/handlers.c file = fopen(filename, mode); filename 218 native_client_sdk/src/examples/demo/nacl_io/handlers.c *output = PrintfToNewString("fopen\1%s\1%d", filename, file_index); filename 492 native_client_sdk/src/examples/demo/nacl_io/handlers.c const char* filename; filename 501 native_client_sdk/src/examples/demo/nacl_io/handlers.c filename = params[0]; filename 504 native_client_sdk/src/examples/demo/nacl_io/handlers.c result = stat(filename, &buf); filename 510 native_client_sdk/src/examples/demo/nacl_io/handlers.c *output = PrintfToNewString("stat\1%s\1%d", filename, buf.st_size); filename 345 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_utime(const char* filename, const struct utimbuf* times) { filename 347 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->utime(filename, times); filename 116 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_utime(const char* filename, const struct utimbuf* times); filename 334 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::utime(const char* filename, const struct utimbuf* times) { filename 808 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::utimes(const char *filename, const struct timeval times[2]) { filename 90 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int utime(const char* filename, const struct utimbuf* times); filename 136 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int utimes(const char *filename, const struct timeval times[2]); filename 104 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int utime(const char* filename, const struct utimbuf* times); filename 218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc int _utime(const char* filename, const struct utimbuf* times) { filename 219 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc return ki_utime(filename, times); filename 8 native_client_sdk/src/libraries/nacl_io/syscalls/utime.c int utime(const char* filename, const struct utimbuf* times) { filename 9 native_client_sdk/src/libraries/nacl_io/syscalls/utime.c return ki_utime(filename, times); filename 12 native_client_sdk/src/libraries/nacl_io/syscalls/utimes.c int utimes(const char* filename, const struct timeval times[2]) { filename 13 native_client_sdk/src/libraries/nacl_io/syscalls/utimes.c return ki_utimes(filename, times); filename 198 native_client_sdk/src/libraries/xray/report.c const char* filename, filename 202 native_client_sdk/src/libraries/xray/report.c f = fopen(filename, "wt"); filename 52 native_client_sdk/src/libraries/xray/xray.h const char* filename, filename 96 native_client_sdk/src/libraries/xray/xray.h const char* filename, filename 108 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc char filename[128]; filename 118 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc sprintf(filename, "/foo%i.tmp", file_num++); filename 119 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc int fd = ki_open(filename, O_WRONLY | O_CREAT); filename 124 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc ASSERT_EQ(0, ki_remove(filename)); filename 26 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc int utimes(const char *filename, const struct timeval times[2]); filename 116 net/android/keystore_unittest.cc EVP_PKEY* ImportPrivateKeyFile(const char* filename) { filename 119 net/android/keystore_unittest.cc base::FilePath file_path = certs_dir.AppendASCII(filename); filename 122 net/android/keystore_unittest.cc LOG(ERROR) << "Could not open private key file: " << filename; filename 128 net/android/keystore_unittest.cc LOG(ERROR) << "Could not load public key file: " << filename filename 156 net/android/keystore_unittest.cc bool ImportPrivateKeyFileAsPkcs8(const char* filename, filename 158 net/android/keystore_unittest.cc ScopedEVP_PKEY pkey(ImportPrivateKeyFile(filename)); filename 165 net/android/keystore_unittest.cc EVP_PKEY* ImportPublicKeyFile(const char* filename) { filename 168 net/android/keystore_unittest.cc base::FilePath file_path = certs_dir.AppendASCII(filename); filename 171 net/android/keystore_unittest.cc LOG(ERROR) << "Could not open public key file: " << filename; filename 176 net/android/keystore_unittest.cc LOG(ERROR) << "Could not load public key file: " << filename filename 759 net/base/net_util.cc void SanitizeGeneratedFileName(base::FilePath::StringType* filename, filename 762 net/base/net_util.cc if (filename->empty()) filename 767 net/base/net_util.cc size_t length = filename->size(); filename 768 net/base/net_util.cc size_t pos = filename->find_last_not_of(FILE_PATH_LITERAL(" .")); filename 769 net/base/net_util.cc filename->resize((pos == std::string::npos) ? 0 : (pos + 1)); filename 770 net/base/net_util.cc base::TrimWhitespace(*filename, base::TRIM_TRAILING, filename); filename 771 net/base/net_util.cc if (filename->empty()) filename 773 net/base/net_util.cc size_t trimmed = length - filename->size(); filename 775 net/base/net_util.cc filename->insert(filename->end(), trimmed, kReplace[0]); filename 777 net/base/net_util.cc base::TrimString(*filename, FILE_PATH_LITERAL("."), filename); filename 778 net/base/net_util.cc if (filename->empty()) filename 781 net/base/net_util.cc ReplaceSubstringsAfterOffset(filename, 0, FILE_PATH_LITERAL("/"), kReplace); filename 782 net/base/net_util.cc ReplaceSubstringsAfterOffset(filename, 0, FILE_PATH_LITERAL("\\"), kReplace); filename 850 net/base/net_util.cc bool IsReservedName(const base::FilePath::StringType& filename) { filename 861 net/base/net_util.cc std::string filename_lower = StringToLowerASCII(base::WideToUTF8(filename)); filename 863 net/base/net_util.cc std::string filename_lower = StringToLowerASCII(filename); filename 1270 net/base/net_util.cc std::string filename; // In UTF-8 filename 1276 net/base/net_util.cc filename = header.filename(); filename 1280 net/base/net_util.cc if (filename.empty() && !suggested_name.empty()) filename 1281 net/base/net_util.cc filename = suggested_name; filename 1286 net/base/net_util.cc if (filename.empty()) filename 1287 net/base/net_util.cc filename = GetFileNameFromURL(url, referrer_charset, &overwrite_extension); filename 1292 net/base/net_util.cc if (filename.empty() && filename 1297 net/base/net_util.cc filename = url.host(); filename 1304 net/base/net_util.cc result_str = base::UTF8ToUTF16(filename); filename 1307 net/base/net_util.cc result_str = filename; filename 823 net/base/net_util_unittest.cc const base::FilePath::CharType* filename; filename 969 net/base/net_util_unittest.cc base::FilePath file_path(safe_tests[i].filename); filename 23 net/cert/test_root_certs.cc CertificateList LoadCertificates(const base::FilePath& filename) { filename 25 net/cert/test_root_certs.cc if (!base::ReadFileToString(filename, &raw_cert)) { filename 26 net/cert/test_root_certs.cc LOG(ERROR) << "Can't load certificate " << filename.value(); filename 459 net/disk_cache/backend_unittest.cc base::FilePath filename = cache_path_.AppendASCII("data_1"); filename 460 net/disk_cache/backend_unittest.cc base::DeleteFile(filename, false); filename 480 net/disk_cache/backend_unittest.cc base::FilePath filename = cache_path_.AppendASCII("f_000001"); filename 485 net/disk_cache/backend_unittest.cc ASSERT_EQ(kSize, base::WriteFile(filename, buffer1->data(), kSize)); filename 495 net/disk_cache/backend_unittest.cc ASSERT_EQ(kSize, base::ReadFile(filename, buffer2->data(), kSize)); filename 165 net/disk_cache/blockfile/block_files_unittest.cc base::FilePath filename = files.Name(0); filename 170 net/disk_cache/blockfile/block_files_unittest.cc ASSERT_TRUE(file->Init(filename)); filename 188 net/disk_cache/blockfile/block_files_unittest.cc base::FilePath filename = files.Name(0); filename 193 net/disk_cache/blockfile/block_files_unittest.cc ASSERT_TRUE(file->Init(filename)); filename 269 net/disk_cache/blockfile/block_files_unittest.cc base::FilePath filename(files.Name(5)); filename 273 net/disk_cache/blockfile/block_files_unittest.cc base::WriteFile(filename, header, kBlockHeaderSize)); filename 62 net/disk_cache/blockfile/mapped_file_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 64 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 65 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 77 net/disk_cache/blockfile/mapped_file_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 79 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 80 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 111 net/disk_cache/blockfile/mapped_file_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 113 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 114 net/disk_cache/blockfile/mapped_file_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 16 net/disk_cache/blockfile/storage_block_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 18 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 19 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 36 net/disk_cache/blockfile/storage_block_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 38 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 39 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 56 net/disk_cache/blockfile/storage_block_unittest.cc base::FilePath filename = cache_path_.AppendASCII("a_test"); filename 58 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(CreateCacheTestFile(filename)); filename 59 net/disk_cache/blockfile/storage_block_unittest.cc ASSERT_TRUE(file->Init(filename, 8192)); filename 724 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = GetFilenameFromFileIndex(file_index); filename 726 net/disk_cache/simple/simple_synchronous_entry.cc files_[file_index].Initialize(filename, flags); filename 749 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = GetFilenameFromFileIndex(file_index); filename 751 net/disk_cache/simple/simple_synchronous_entry.cc files_[file_index].Initialize(filename, flags); filename 1185 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = path_.AppendASCII( filename 1188 net/disk_cache/simple/simple_synchronous_entry.cc sparse_file_.Initialize(filename, flags); filename 1198 net/disk_cache/simple/simple_synchronous_entry.cc FilePath filename = path_.AppendASCII( filename 1201 net/disk_cache/simple/simple_synchronous_entry.cc sparse_file_.Initialize(filename, flags); filename 21 net/ftp/ftp_directory_listing_parser_unittest.h const char* filename; filename 46 net/ftp/ftp_directory_listing_parser_unittest.h EXPECT_EQ(base::UTF8ToUTF16(test_case.filename), entry.name); filename 421 net/http/http_content_disposition.cc std::string filename; filename 426 net/http/http_content_disposition.cc if (filename.empty() && LowerCaseEqualsASCII(iter.name_begin(), filename 429 net/http/http_content_disposition.cc DecodeFilenameValue(iter.value(), referrer_charset, &filename, filename 431 net/http/http_content_disposition.cc if (!filename.empty()) filename 450 net/http/http_content_disposition.cc else if (!filename.empty()) filename 451 net/http/http_content_disposition.cc filename_ = filename; filename 60 net/http/http_content_disposition.h const std::string& filename() const { return filename_; } filename 201 net/http/http_content_disposition_unittest.cc base::UTF8ToWide(header.filename())) filename 510 net/http/http_content_disposition_unittest.cc EXPECT_EQ(tests[i].expected_filename, base::UTF8ToWide(header.filename())) filename 125 net/http/http_pipelined_connection_impl_unittest.cc HttpRequestInfo* GetRequestInfo(const std::string& filename) { filename 127 net/http/http_pipelined_connection_impl_unittest.cc request_info->url = GURL("http://localhost/" + filename); filename 133 net/http/http_pipelined_connection_impl_unittest.cc HttpStream* NewTestStream(const std::string& filename) { filename 135 net/http/http_pipelined_connection_impl_unittest.cc HttpRequestInfo* request_info = GetRequestInfo(filename); filename 162 net/http/http_pipelined_connection_impl_unittest.cc const std::string& filename) { filename 168 net/http/http_pipelined_connection_impl_unittest.cc ExpectResponse(filename, stream, false); filename 116 net/http/http_pipelined_network_transaction_unittest.cc const char* filename, RequestInfoOptions options = REQUEST_DEFAULT) { filename 117 net/http/http_pipelined_network_transaction_unittest.cc std::string url = base::StringPrintf("http://localhost/%s", filename); filename 42 net/proxy/proxy_resolver_v8_tracing_unittest.cc scoped_refptr<ProxyResolverScriptData> LoadScriptData(const char* filename) { filename 48 net/proxy/proxy_resolver_v8_tracing_unittest.cc path = path.AppendASCII(filename); filename 61 net/proxy/proxy_resolver_v8_tracing_unittest.cc void InitResolver(ProxyResolverV8Tracing* resolver, const char* filename) { filename 64 net/proxy/proxy_resolver_v8_tracing_unittest.cc resolver->SetPacScript(LoadScriptData(filename), callback.callback()); filename 113 net/proxy/proxy_resolver_v8_unittest.cc int SetPacScriptFromDisk(const char* filename) { filename 119 net/proxy/proxy_resolver_v8_unittest.cc path = path.AppendASCII(filename); filename 44 net/ssl/client_cert_store_chromeos_unittest.cc const std::string& filename, filename 54 net/ssl/client_cert_store_chromeos_unittest.cc base::FilePath p12_path = GetTestCertsDirectory().AppendASCII(filename); filename 49 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc bool ReadTestCase(const char* filename, filename 53 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc base::FilePath filepath = base::FilePath::FromUTF8Unsafe(filename); filename 57 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": couldn't read file."; filename 63 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": couldn't parse JSON."; filename 69 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": test case is not a dictionary."; filename 75 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(INFO) << filename << ": crash_test is set!"; filename 81 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": id is missing or not an integer."; filename 85 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": id is out of range."; filename 91 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": qname is missing or not a string."; filename 97 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": qtype is missing or not an integer."; filename 101 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": qtype is out of range."; filename 108 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": response is missing or not a list."; filename 118 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": response[" << i << "] is not an integer."; filename 122 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": response[" << i << "] is out of range."; filename 167 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc bool ReadAndRunTestCase(const char* filename) { filename 174 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(INFO) << "Test case: " << filename; filename 177 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc if (!ReadTestCase(filename, &id, &qname, &qtype, &resp_buf, &crash_test)) filename 191 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc LOG(ERROR) << filename << ": DNSDomainFromDot(" << qname << ") failed."; filename 99 net/tools/dump_cache/url_to_filename_encoder.h std::string filename; filename 102 net/tools/dump_cache/url_to_filename_encoder.h EncodeSegment(base_path, url_no_scheme, '/', &filename); filename 104 net/tools/dump_cache/url_to_filename_encoder.h ReplaceAll(&filename, "/", "\\"); filename 112 net/tools/dump_cache/url_to_filename_encoder.h filename.append(base_path); filename 113 net/tools/dump_cache/url_to_filename_encoder.h filename.append(host); filename 115 net/tools/dump_cache/url_to_filename_encoder.h filename.append("\\"); filename 117 net/tools/dump_cache/url_to_filename_encoder.h filename.append("/"); filename 133 net/tools/dump_cache/url_to_filename_encoder.h filename.append(url_filename); filename 139 net/tools/dump_cache/url_to_filename_encoder.h ReplaceAll(&filename, backslash, slash); filename 143 net/tools/dump_cache/url_to_filename_encoder.h return filename; filename 54 net/tools/flip_server/http_interface.cc std::string filename = filename 56 net/tools/flip_server/http_interface.cc NewStream(stream_id_, 0, filename); filename 182 net/tools/flip_server/http_interface.cc const std::string& filename) { filename 186 net/tools/flip_server/http_interface.cc if (!memory_cache_->AssignFileData(filename, &mci)) { filename 99 net/tools/flip_server/http_interface.h const std::string& filename) OVERRIDE; filename 140 net/tools/flip_server/http_interface_test.cc std::string filename = "foobar"; filename 141 net/tools/flip_server/http_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 142 net/tools/flip_server/http_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 260 net/tools/flip_server/http_interface_test.cc std::string filename = "foobar"; filename 261 net/tools/flip_server/http_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 300 net/tools/flip_server/http_interface_test.cc std::string filename = "foobar"; filename 301 net/tools/flip_server/http_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 302 net/tools/flip_server/http_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 412 net/tools/flip_server/http_interface_test.cc std::string filename = "GET_/path/file"; filename 413 net/tools/flip_server/http_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 89 net/tools/flip_server/loadtime_measurement.h void read_file_to_string(const char* filename, std::string* output) { filename 91 net/tools/flip_server/loadtime_measurement.h int fd = open(filename, 0, "r"); filename 54 net/tools/flip_server/mem_cache.cc const std::string& filename, filename 56 net/tools/flip_server/mem_cache.cc : filename_(filename), body_(body) { filename 121 net/tools/flip_server/mem_cache.cc void MemoryCache::ReadToString(const char* filename, std::string* output) { filename 123 net/tools/flip_server/mem_cache.cc int fd = open(filename, 0, "r"); filename 137 net/tools/flip_server/mem_cache.cc void MemoryCache::ReadAndStoreFileContents(const char* filename) { filename 143 net/tools/flip_server/mem_cache.cc ReadToString(filename, &filename_contents); filename 157 net/tools/flip_server/mem_cache.cc " framing file: " << filename; filename 191 net/tools/flip_server/mem_cache.cc DCHECK_GE(std::string(filename).size(), cwd_.size() + 1); filename 192 net/tools/flip_server/mem_cache.cc DCHECK_EQ(std::string(filename).substr(0, cwd_.size()), cwd_); filename 193 net/tools/flip_server/mem_cache.cc DCHECK_EQ(filename[cwd_.size()], '/'); filename 194 net/tools/flip_server/mem_cache.cc std::string filename_stripped = std::string(filename).substr(cwd_.size() + 1); filename 205 net/tools/flip_server/mem_cache.cc FileData* MemoryCache::GetFileData(const std::string& filename) { filename 207 net/tools/flip_server/mem_cache.cc if (EndsWith(filename, ".html", true)) { filename 208 net/tools/flip_server/mem_cache.cc fi = files_.find(filename.substr(0, filename.size() - 5) + ".http"); filename 211 net/tools/flip_server/mem_cache.cc fi = files_.find(filename); filename 219 net/tools/flip_server/mem_cache.cc bool MemoryCache::AssignFileData(const std::string& filename, filename 221 net/tools/flip_server/mem_cache.cc mci->file_data = GetFileData(filename); filename 223 net/tools/flip_server/mem_cache.cc LOG(ERROR) << "Could not find file data for " << filename; filename 230 net/tools/flip_server/mem_cache.cc const std::string& filename, filename 232 net/tools/flip_server/mem_cache.cc InsertFile(new FileData(headers, filename, body)); filename 236 net/tools/flip_server/mem_cache.cc Files::iterator it = files_.find(file_data->filename()); filename 241 net/tools/flip_server/mem_cache.cc files_.insert(std::make_pair(file_data->filename(), file_data)); filename 67 net/tools/flip_server/mem_cache.h const std::string& filename, filename 74 net/tools/flip_server/mem_cache.h const std::string& filename() { return filename_; } filename 125 net/tools/flip_server/mem_cache.h virtual void ReadToString(const char* filename, std::string* output); filename 127 net/tools/flip_server/mem_cache.h void ReadAndStoreFileContents(const char* filename); filename 129 net/tools/flip_server/mem_cache.h FileData* GetFileData(const std::string& filename); filename 131 net/tools/flip_server/mem_cache.h bool AssignFileData(const std::string& filename, MemCacheIter* mci); filename 135 net/tools/flip_server/mem_cache.h const std::string& filename, filename 18 net/tools/flip_server/mem_cache_test.cc virtual void ReadToString(const char* filename, filename 20 net/tools/flip_server/mem_cache_test.cc *output = data_map_[filename]; filename 81 net/tools/flip_server/mem_cache_test.cc ASSERT_EQ("hello", hello->filename()); filename 107 net/tools/flip_server/output_ordering.cc << " for resource: " << mci.file_data->filename().c_str(); filename 51 net/tools/flip_server/sm_interface.h const std::string& filename) = 0; filename 183 net/tools/flip_server/spdy_interface.cc std::string filename = EncodeURL(path_string, filename 186 net/tools/flip_server/spdy_interface.cc NewStream(stream_id, priority, filename); filename 352 net/tools/flip_server/spdy_interface.cc const std::string& filename) { filename 360 net/tools/flip_server/spdy_interface.cc if (!memory_cache_->AssignFileData(filename, &mci)) { filename 576 net/tools/flip_server/spdy_interface.cc "PUSH", mci->file_data->filename(), ""); filename 152 net/tools/flip_server/spdy_interface.h const std::string& filename) OVERRIDE; filename 359 net/tools/flip_server/spdy_interface_test.cc std::string filename = "foobar"; filename 360 net/tools/flip_server/spdy_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 361 net/tools/flip_server/spdy_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 386 net/tools/flip_server/spdy_interface_test.cc std::string filename = "foobar"; filename 387 net/tools/flip_server/spdy_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 388 net/tools/flip_server/spdy_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 442 net/tools/flip_server/spdy_interface_test.cc std::string filename = "foobar"; filename 443 net/tools/flip_server/spdy_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 444 net/tools/flip_server/spdy_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 770 net/tools/flip_server/spdy_interface_test.cc std::string filename = "foobar"; filename 771 net/tools/flip_server/spdy_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 772 net/tools/flip_server/spdy_interface_test.cc mci.file_data = memory_cache_->GetFileData(filename); filename 827 net/tools/flip_server/spdy_interface_test.cc std::string filename = "foobar"; filename 831 net/tools/flip_server/spdy_interface_test.cc memory_cache_->InsertFile(&headers, filename, ""); filename 834 net/tools/flip_server/spdy_interface_test.cc interface_->NewStream(stream_id, 0, filename); filename 22 net/tools/flip_server/spdy_util.cc std::string filename; filename 25 net/tools/flip_server/spdy_util.cc filename = UrlToFilenameEncoder::Encode( filename 28 net/tools/flip_server/spdy_util.cc filename = UrlToFilenameEncoder::Encode(uri, method + "_/", false); filename 30 net/tools/flip_server/spdy_util.cc return filename; filename 57 net/tools/flip_server/streamer_interface.h const std::string& filename) OVERRIDE {} filename 122 net/url_request/url_request_file_dir_job.cc base::FilePath filename = data.info.GetName(); filename 123 net/url_request/url_request_file_dir_job.cc const std::string& raw_bytes = filename.value(); filename 224 ppapi/c/private/ppb_nacl_private.h PP_FileHandle (*GetReadonlyPnaclFd)(const char* filename); filename 38 ppapi/examples/crxfs/crxfs.cc void OpenCrxFsAndReadFile(const std::string& filename); filename 63 ppapi/examples/crxfs/crxfs.cc std::string filename = message_data.AsString(); filename 64 ppapi/examples/crxfs/crxfs.cc OpenCrxFsAndReadFile(filename); filename 67 ppapi/examples/crxfs/crxfs.cc void MyInstance::OpenCrxFsAndReadFile(const std::string& filename) { filename 68 ppapi/examples/crxfs/crxfs.cc filename_ = filename; filename 67 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc int32_t PnaclResources::GetPnaclFD(Plugin* plugin, const char* filename) { filename 69 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc plugin->nacl_interface()->GetReadonlyPnaclFd(filename); filename 223 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc nacl::string filename = PnaclUrls::PnaclComponentURLToFilename(full_url); filename 225 ppapi/native_client/src/trusted/plugin/pnacl_resources.cc int32_t fd = PnaclResources::GetPnaclFD(plugin_, filename.c_str()); filename 84 ppapi/native_client/src/trusted/plugin/pnacl_resources.h static int32_t GetPnaclFD(Plugin* plugin, const char* filename); filename 50 ppapi/native_client/src/trusted/plugin/utility.cc char* filename = new char[filename_length]; filename 51 ppapi/native_client/src/trusted/plugin/utility.cc int ret = SNPRINTF(filename, filename_length, "%s.%d.log", file, pid); filename 53 ppapi/native_client/src/trusted/plugin/utility.cc delete[] filename; filename 56 ppapi/native_client/src/trusted/plugin/utility.cc FILE* log_file = fopen(filename, "w+"); filename 57 ppapi/native_client/src/trusted/plugin/utility.cc delete[] filename; filename 3115 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_FileHandle Pnacl_M25_PPB_NaCl_Private_GetReadonlyPnaclFd(const char* filename) { filename 3117 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetReadonlyPnaclFd(filename); filename 5119 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetReadonlyPnaclFd = (PP_FileHandle (*)(const char* filename))&Pnacl_M25_PPB_NaCl_Private_GetReadonlyPnaclFd, filename 128 ppapi/tests/test_flash_file.cc std::string filename = "abc.txt"; filename 130 ppapi/tests/test_flash_file.cc filename, filename 142 ppapi/tests/test_flash_file.cc filename, filename 156 ppapi/tests/test_flash_file.cc std::string filename = "abc.txt"; filename 162 ppapi/tests/test_flash_file.cc filename, filename 169 ppapi/tests/test_flash_file.cc ASSERT_TRUE(FileModuleLocal::RenameFile(instance_, filename, new_filename)); filename 181 ppapi/tests/test_flash_file.cc ASSERT_FALSE(FileModuleLocal::QueryFile(instance_, filename, &unused)); filename 188 ppapi/tests/test_flash_file.cc std::string filename = "abc.txt"; filename 194 ppapi/tests/test_flash_file.cc filename, filename 200 ppapi/tests/test_flash_file.cc ASSERT_TRUE(FileModuleLocal::DeleteFileOrDir(instance_, filename, false)); filename 202 ppapi/tests/test_flash_file.cc ASSERT_FALSE(FileModuleLocal::QueryFile(instance_, filename, &unused)); filename 212 ppapi/tests/test_flash_file.cc instance_, dirname + "/" + filename, filename 219 ppapi/tests/test_flash_file.cc ASSERT_FALSE(FileModuleLocal::QueryFile(instance_, filename, &unused)); filename 237 ppapi/tests/test_flash_file.cc std::string filename = "abc.txt"; filename 244 ppapi/tests/test_flash_file.cc filename, filename 250 ppapi/tests/test_flash_file.cc ASSERT_TRUE(FileModuleLocal::QueryFile(instance_, filename, &info)); filename 276 ppapi/tests/test_flash_file.cc std::string filename = "abc.txt"; filename 280 ppapi/tests/test_flash_file.cc filename, filename 290 ppapi/tests/test_flash_file.cc FileModuleLocal::DirEntry expected[] = { { "..", true }, { filename, false }, filename 179 printing/printed_document.cc base::string16 filename; filename 180 printing/printed_document.cc filename += name(); filename 181 printing/printed_document.cc filename += base::ASCIIToUTF16("_"); filename 182 printing/printed_document.cc filename += base::ASCIIToUTF16( filename 185 printing/printed_document.cc filename += base::ASCIIToUTF16("_.emf"); filename 187 printing/printed_document.cc g_debug_dump_info.Get().debug_dump_path.Append(filename)); filename 189 printing/printed_document.cc filename += base::ASCIIToUTF16("_.pdf"); filename 192 printing/printed_document.cc base::UTF16ToUTF8(filename))); filename 435 printing/printing_context_win.cc std::wstring filename; filename 437 printing/printing_context_win.cc filename = base::TimeFormatShortDateNumeric(now); filename 438 printing/printing_context_win.cc filename += L"_"; filename 439 printing/printing_context_win.cc filename += base::TimeFormatTimeOfDay(now); filename 440 printing/printing_context_win.cc filename += L"_"; filename 441 printing/printing_context_win.cc filename += base::UTF16ToWide(document_name); filename 442 printing/printing_context_win.cc filename += L"_"; filename 443 printing/printing_context_win.cc filename += L"buffer.prn"; filename 444 printing/printing_context_win.cc file_util::ReplaceIllegalCharactersInPath(&filename, '_'); filename 445 printing/printing_context_win.cc debug_dump_path.Append(filename); filename 18 remoting/host/json_host_config.cc JsonHostConfig::JsonHostConfig(const base::FilePath& filename) filename 19 remoting/host/json_host_config.cc : filename_(filename) { filename 22 remoting/host/json_host_config.h JsonHostConfig(const base::FilePath& filename); filename 27 remoting/host/json_host_config_unittest.cc static void WriteTestFile(const base::FilePath& filename) { filename 28 remoting/host/json_host_config_unittest.cc base::WriteFile(filename, kTestConfig, std::strlen(kTestConfig)); filename 24 remoting/host/mac/me2me_preference_pane.h JsonHostConfig(const std::string& filename); filename 57 remoting/host/setup/daemon_controller_delegate_linux.cc std::string filename = "host#" + GetMd5(net::GetHostName()) + ".json"; filename 59 remoting/host/setup/daemon_controller_delegate_linux.cc Append(".config/chrome-remote-desktop").Append(filename); filename 96 remoting/host/win/elevated_controller.cc HRESULT ReadConfig(const base::FilePath& filename, filename 101 remoting/host/win/elevated_controller.cc CreateFileW(filename.value().c_str(), filename 112 remoting/host/win/elevated_controller.cc << "Failed to open '" << filename.value() << "'"; filename 121 remoting/host/win/elevated_controller.cc << "Failed to read '" << filename.value() << "'"; filename 132 remoting/host/win/elevated_controller.cc LOG(ERROR) << "Failed to read '" << filename.value() << "'."; filename 141 remoting/host/win/elevated_controller.cc base::FilePath GetTempLocationFor(const base::FilePath& filename) { filename 142 remoting/host/win/elevated_controller.cc return filename.ReplaceExtension(kTempFileExtension); filename 146 remoting/host/win/elevated_controller.cc HRESULT WriteConfigFileToTemp(const base::FilePath& filename, filename 165 remoting/host/win/elevated_controller.cc base::FilePath tempname = GetTempLocationFor(filename); filename 178 remoting/host/win/elevated_controller.cc << "Failed to create '" << filename.value() << "'"; filename 186 remoting/host/win/elevated_controller.cc << "Failed to write to '" << filename.value() << "'"; filename 194 remoting/host/win/elevated_controller.cc HRESULT MoveConfigFileFromTemp(const base::FilePath& filename) { filename 197 remoting/host/win/elevated_controller.cc base::FilePath tempname = GetTempLocationFor(filename); filename 199 remoting/host/win/elevated_controller.cc filename.value().c_str(), filename 204 remoting/host/win/elevated_controller.cc << filename.value() << "'"; filename 580 sandbox/win/sandbox_poc/main_ui_window.cc wchar_t filename[MAX_PATH]; filename 581 sandbox/win/sandbox_poc/main_ui_window.cc wcscpy_s(filename, MAX_PATH, L""); filename 586 sandbox/win/sandbox_poc/main_ui_window.cc file_info.lpstrFile = filename; filename 600 sandbox/win/sandbox_poc/main_ui_window.cc wchar_t filename[MAX_PATH]; filename 601 sandbox/win/sandbox_poc/main_ui_window.cc wcscpy_s(filename, MAX_PATH, L""); filename 606 sandbox/win/sandbox_poc/main_ui_window.cc file_info.lpstrFile = filename; filename 95 sandbox/win/src/filesystem_dispatcher.cc const wchar_t* filename = name->c_str(); filename 99 sandbox/win/src/filesystem_dispatcher.cc params[OpenFile::NAME] = ParamPickerMake(filename); filename 137 sandbox/win/src/filesystem_dispatcher.cc const wchar_t* filename = name->c_str(); filename 141 sandbox/win/src/filesystem_dispatcher.cc params[OpenFile::NAME] = ParamPickerMake(filename); filename 180 sandbox/win/src/filesystem_dispatcher.cc const wchar_t* filename = name->c_str(); filename 182 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); filename 218 sandbox/win/src/filesystem_dispatcher.cc const wchar_t* filename = name->c_str(); filename 220 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); filename 270 sandbox/win/src/filesystem_dispatcher.cc const wchar_t* filename = name.c_str(); filename 272 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); filename 63 sandbox/win/src/policy_engine_unittest.cc wchar_t* filename = L"c:\\Documents and Settings\\Microsoft\\BLAH.txt"; filename 69 sandbox/win/src/policy_engine_unittest.cc POLPARAM(filename) filename 65 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = L"Z:\\Directory\\domo.txt"; filename 68 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 78 sandbox/win/src/policy_low_level_unittest.cc filename = L"Z:\\Directory\\domo.txt.tmp"; filename 98 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = NULL; filename 100 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 106 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\"; filename 110 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\MicroNerd\\"; filename 115 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.txt"; filename 136 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = NULL; filename 138 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 144 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.txt"; filename 148 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\MicroNerd\\domo.txt"; filename 169 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = NULL; filename 171 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 177 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.txt"; filename 181 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\MicroNerd\\domo.txt"; filename 186 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.bmp"; filename 208 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = NULL; filename 211 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 218 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.txt"; filename 223 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\domo.txt"; filename 228 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\MicroNerd\\domo.txt"; filename 234 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Micronesia\\domo.txt"; filename 257 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = NULL; filename 262 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 270 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\GoogleV2\\domo.txt"; filename 275 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\GoogleV2\\domo.bmp"; filename 281 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\GoogleV23\\domo.txt"; filename 288 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\GoogleV2\\domo.txt"; filename 293 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Google\\domo.txt"; filename 299 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Micronesia\\domo.txt"; filename 304 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\GoogleV2\\domo.bmp"; filename 331 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = L"c:\\Documents and Settings\\Microsoft\\BLAH.txt"; filename 337 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 355 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Other\\Path\\Microsoft\\Another file.txt"; filename 360 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Other\\Path\\Microsoft\\Another file.txt.tmp"; filename 368 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Other\\Macrosoft\\Another file.txt"; filename 372 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\1.txt"; filename 378 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\Microsoft\\1.ttt"; filename 487 sandbox/win/src/policy_low_level_unittest.cc wchar_t* filename = L""; filename 493 sandbox/win/src/policy_low_level_unittest.cc POLPARAM(filename) // Argument 0 filename 511 sandbox/win/src/policy_low_level_unittest.cc filename = L"\\\\??\\c:\\Windows\\System32\\calc.exe"; filename 538 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\adobe\\ver3.2\\temp"; filename 547 sandbox/win/src/policy_low_level_unittest.cc filename = L"c:\\adobe\\ver3.22\\temp"; filename 551 sandbox/win/src/policy_low_level_unittest.cc filename = L"\\\\??\\c:\\some path\\other path\\crash reports\\some path"; filename 561 sandbox/win/src/policy_low_level_unittest.cc filename = L"\\\\??\\Pipe\\Chrome.12345"; filename 87 skia/ext/vector_canvas_unittest.cc explicit Image(const base::FilePath& filename) : ignore_alpha_(true) { filename 89 skia/ext/vector_canvas_unittest.cc base::ReadFileToString(filename, &compressed); filename 128 skia/ext/vector_canvas_unittest.cc void SaveToFile(const base::FilePath& filename) { filename 138 skia/ext/vector_canvas_unittest.cc FILE* f = base::OpenFile(filename, "wb"); filename 253 skia/ext/vector_canvas_unittest.cc base::FilePath test_file(const base::FilePath::StringType& filename) const { filename 257 skia/ext/vector_canvas_unittest.cc std::string tmp = base::UTF16ToASCII(filename); filename 259 skia/ext/vector_canvas_unittest.cc std::string tmp(filename); filename 272 skia/ext/vector_canvas_unittest.cc base::FilePath::StringType filename) const { filename 273 skia/ext/vector_canvas_unittest.cc filename = filename + FILE_PATH_LITERAL(".png"); filename 276 skia/ext/vector_canvas_unittest.cc SaveImage(canvas, filename); filename 279 skia/ext/vector_canvas_unittest.cc return CompareImage(canvas, filename); filename 291 skia/ext/vector_canvas_unittest.cc const base::FilePath::StringType& filename) const { filename 293 skia/ext/vector_canvas_unittest.cc Image image2(test_file(filename)); filename 300 skia/ext/vector_canvas_unittest.cc const base::FilePath::StringType& filename) const { filename 301 skia/ext/vector_canvas_unittest.cc Image(canvas).SaveToFile(test_file(filename)); filename 334 skia/ext/vector_canvas_unittest.cc void LoadPngFileToSkBitmap(const base::FilePath& filename, filename 338 skia/ext/vector_canvas_unittest.cc base::ReadFileToString(base::MakeAbsoluteFilePath(filename), &compressed); filename 405 skia/ext/vector_canvas_unittest.cc double ProcessImage(const base::FilePath::StringType& filename) { filename 407 skia/ext/vector_canvas_unittest.cc double diff1 = parent::ProcessCanvas(*vcanvas_, number + L"vc_" + filename); filename 408 skia/ext/vector_canvas_unittest.cc double diff2 = parent::ProcessCanvas(*pcanvas_, number + L"pc_" + filename); filename 15 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc bool ReadTestCase(const char* filename, std::string* ipc_filter_message) { filename 16 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc base::FilePath filepath = base::FilePath::FromUTF8Unsafe(filename); filename 19 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc LOG(ERROR) << filename << ": couldn't read file."; filename 55 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc bool ReadAndRunTestCase(const char* filename, SkBitmap& bitmap, filename 59 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc LOG(INFO) << "Test case: " << filename; filename 62 skia/tools/filter_fuzz_stub/filter_fuzz_stub.cc if (!ReadTestCase(filename, &ipc_filter_message)) filename 479 third_party/bintrees/bintrees/cwalker.c int lineno, const char *filename); /*proto*/ filename 500 third_party/bintrees/bintrees/cwalker.c int py_line, const char *filename); /*proto*/ filename 3462 third_party/bintrees/bintrees/cwalker.c CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename) { filename 3600 third_party/bintrees/bintrees/cwalker.c int py_line, const char *filename) { filename 3605 third_party/bintrees/bintrees/cwalker.c py_srcfile = PyString_FromString(filename); filename 3607 third_party/bintrees/bintrees/cwalker.c py_srcfile = PyUnicode_FromString(filename); filename 3651 third_party/bintrees/bintrees/cwalker.c int py_line, const char *filename) { filename 3658 third_party/bintrees/bintrees/cwalker.c funcname, c_line, py_line, filename); filename 617 third_party/bintrees/bintrees/qavltree.c int py_line, const char *filename); /*proto*/ filename 3203 third_party/bintrees/bintrees/qavltree.c int py_line, const char *filename) { filename 3208 third_party/bintrees/bintrees/qavltree.c py_srcfile = PyString_FromString(filename); filename 3210 third_party/bintrees/bintrees/qavltree.c py_srcfile = PyUnicode_FromString(filename); filename 3254 third_party/bintrees/bintrees/qavltree.c int py_line, const char *filename) { filename 3261 third_party/bintrees/bintrees/qavltree.c funcname, c_line, py_line, filename); filename 617 third_party/bintrees/bintrees/qbintree.c int py_line, const char *filename); /*proto*/ filename 3198 third_party/bintrees/bintrees/qbintree.c int py_line, const char *filename) { filename 3203 third_party/bintrees/bintrees/qbintree.c py_srcfile = PyString_FromString(filename); filename 3205 third_party/bintrees/bintrees/qbintree.c py_srcfile = PyUnicode_FromString(filename); filename 3249 third_party/bintrees/bintrees/qbintree.c int py_line, const char *filename) { filename 3256 third_party/bintrees/bintrees/qbintree.c funcname, c_line, py_line, filename); filename 617 third_party/bintrees/bintrees/qrbtree.c int py_line, const char *filename); /*proto*/ filename 3200 third_party/bintrees/bintrees/qrbtree.c int py_line, const char *filename) { filename 3205 third_party/bintrees/bintrees/qrbtree.c py_srcfile = PyString_FromString(filename); filename 3207 third_party/bintrees/bintrees/qrbtree.c py_srcfile = PyUnicode_FromString(filename); filename 3251 third_party/bintrees/bintrees/qrbtree.c int py_line, const char *filename) { filename 3258 third_party/bintrees/bintrees/qrbtree.c funcname, c_line, py_line, filename); filename 92 third_party/cld/base/commandlineflags.h string filename; // 'cleaned' version of filename holding the flag filename 221 third_party/cld/base/commandlineflags.h extern bool AppendFlagsIntoFile(const string& filename, const char* prog_name); filename 223 third_party/cld/base/commandlineflags.h extern bool ReadFromFlagsFile(const string& filename, const char* prog_name, filename 336 third_party/cld/base/commandlineflags.h const char* help, const char* filename, filename 13 third_party/cld/base/crash.h CrashReason() : filename(0), line_number(0), message(0), depth(0) {} filename 15 third_party/cld/base/crash.h const char* filename; filename 166 third_party/leveldatabase/env_chromium.cc Status MakeIOError(Slice filename, filename 178 third_party/leveldatabase/env_chromium.cc return Status::IOError(filename, buf); filename 181 third_party/leveldatabase/env_chromium.cc Status MakeIOError(Slice filename, filename 194 third_party/leveldatabase/env_chromium.cc return Status::IOError(filename, buf); filename 197 third_party/leveldatabase/env_chromium.cc Status MakeIOError(Slice filename, const char* message, MethodID method) { filename 205 third_party/leveldatabase/env_chromium.cc return Status::IOError(filename, buf); filename 824 third_party/leveldatabase/env_chromium.cc static std::string GetDirName(const std::string& filename) { filename 825 third_party/leveldatabase/env_chromium.cc base::FilePath file = base::FilePath::FromUTF8Unsafe(filename); filename 829 third_party/leveldatabase/env_chromium.cc void ChromiumEnv::DidCreateNewFile(const std::string& filename) { filename 831 third_party/leveldatabase/env_chromium.cc needs_sync_map_[GetDirName(filename)] = true; filename 834 third_party/leveldatabase/env_chromium.cc bool ChromiumEnv::DoesDirNeedSync(const std::string& filename) { filename 836 third_party/leveldatabase/env_chromium.cc return needs_sync_map_.find(GetDirName(filename)) != needs_sync_map_.end(); filename 839 third_party/leveldatabase/env_chromium.cc void ChromiumEnv::DidSyncDir(const std::string& filename) { filename 841 third_party/leveldatabase/env_chromium.cc needs_sync_map_.erase(GetDirName(filename)); filename 47 third_party/leveldatabase/env_chromium.h leveldb::Status MakeIOError(leveldb::Slice filename, filename 51 third_party/leveldatabase/env_chromium.h leveldb::Status MakeIOError(leveldb::Slice filename, filename 55 third_party/leveldatabase/env_chromium.h leveldb::Status MakeIOError(leveldb::Slice filename, filename 121 third_party/leveldatabase/env_chromium_win.cc Status MakeIOErrorWin(Slice filename, filename 133 third_party/leveldatabase/env_chromium_win.cc return Status::IOError(filename, buf); filename 135 third_party/leveldatabase/env_chromium_win.cc return Status::IOError(filename, "<unknown>"); filename 12 third_party/leveldatabase/env_chromium_win.h leveldb::Status MakeIOErrorWin(leveldb::Slice filename, filename 2744 third_party/libevent/evdns.c evdns_resolv_conf_parse(int flags, const char *const filename) { filename 2751 third_party/libevent/evdns.c log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename); filename 2753 third_party/libevent/evdns.c fd = open(filename, O_RDONLY); filename 401 third_party/libevent/evdns.h int evdns_resolv_conf_parse(int flags, const char *const filename); filename 108 third_party/liblouis/overrides/liblouis/liblouis.h void EXPORT_CALL lou_logFile (const char *filename); filename 502 third_party/libusb/src/libusb/os/linux_usbfs.c char filename[PATH_MAX]; filename 505 third_party/libusb/src/libusb/os/linux_usbfs.c snprintf(filename, PATH_MAX, "%s/%s/%s", filename 507 third_party/libusb/src/libusb/os/linux_usbfs.c fd = open(filename, O_RDONLY); filename 510 third_party/libusb/src/libusb/os/linux_usbfs.c "open %s failed ret=%d errno=%d", filename, fd, errno); filename 521 third_party/libusb/src/libusb/os/linux_usbfs.c char filename[PATH_MAX]; filename 525 third_party/libusb/src/libusb/os/linux_usbfs.c snprintf(filename, PATH_MAX, "%s/%s/%s", SYSFS_DEVICE_PATH, filename 527 third_party/libusb/src/libusb/os/linux_usbfs.c f = fopen(filename, "r"); filename 534 third_party/libusb/src/libusb/os/linux_usbfs.c usbi_err(ctx, "open %s failed errno=%d", filename, errno); filename 545 third_party/libusb/src/libusb/os/linux_usbfs.c usbi_err(ctx, "%s contains a negative value", filename); filename 147 third_party/libxml/src/DOCBparser.c const char *filename ATTRIBUTE_UNUSED, filename 158 third_party/libxml/src/DOCBparser.c return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename)); filename 231 third_party/libxml/src/DOCBparser.c docbCreateFileParserCtxt(const char *filename ATTRIBUTE_UNUSED, filename 242 third_party/libxml/src/DOCBparser.c return (xmlCreateFileParserCtxt(filename)); filename 261 third_party/libxml/src/DOCBparser.c docbSAXParseFile(const char *filename ATTRIBUTE_UNUSED, filename 274 third_party/libxml/src/DOCBparser.c return (xmlSAXParseFileWithData(sax, filename, 0, userData)); filename 290 third_party/libxml/src/DOCBparser.c docbParseFile(const char *filename ATTRIBUTE_UNUSED, filename 301 third_party/libxml/src/DOCBparser.c return (xmlParseFile(filename)); filename 2155 third_party/libxml/src/HTMLparser.c input->filename = NULL; filename 4876 third_party/libxml/src/HTMLparser.c input->filename = NULL; filename 5985 third_party/libxml/src/HTMLparser.c const char *chunk, int size, const char *filename, filename 6016 third_party/libxml/src/HTMLparser.c if (filename == NULL) { filename 6019 third_party/libxml/src/HTMLparser.c ctxt->directory = xmlParserGetDirectory(filename); filename 6029 third_party/libxml/src/HTMLparser.c if (filename == NULL) filename 6030 third_party/libxml/src/HTMLparser.c inputStream->filename = NULL; filename 6032 third_party/libxml/src/HTMLparser.c inputStream->filename = (char *) filename 6033 third_party/libxml/src/HTMLparser.c xmlCanonicPath((const xmlChar *) filename); filename 6135 third_party/libxml/src/HTMLparser.c htmlCreateFileParserCtxt(const char *filename, const char *encoding) filename 6143 third_party/libxml/src/HTMLparser.c if (filename == NULL) filename 6150 third_party/libxml/src/HTMLparser.c canonicFilename = (char *) xmlCanonicPath((const xmlChar *) filename); filename 6201 third_party/libxml/src/HTMLparser.c htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, filename 6209 third_party/libxml/src/HTMLparser.c ctxt = htmlCreateFileParserCtxt(filename, encoding); filename 6241 third_party/libxml/src/HTMLparser.c htmlParseFile(const char *filename, const char *encoding) { filename 6242 third_party/libxml/src/HTMLparser.c return(htmlSAXParseFile(filename, encoding, NULL, NULL)); filename 6569 third_party/libxml/src/HTMLparser.c (ctxt->input->filename == NULL)) filename 6570 third_party/libxml/src/HTMLparser.c ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL); filename 6621 third_party/libxml/src/HTMLparser.c htmlReadFile(const char *filename, const char *encoding, int options) filename 6626 third_party/libxml/src/HTMLparser.c ctxt = htmlCreateFileParserCtxt(filename, encoding); filename 6790 third_party/libxml/src/HTMLparser.c htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename, filename 6795 third_party/libxml/src/HTMLparser.c if (filename == NULL) filename 6802 third_party/libxml/src/HTMLparser.c stream = xmlLoadExternalEntity(filename, NULL, ctxt); filename 1096 third_party/libxml/src/HTMLtree.c htmlSaveFile(const char *filename, xmlDocPtr cur) { filename 1102 third_party/libxml/src/HTMLtree.c if ((cur == NULL) || (filename == NULL)) filename 1138 third_party/libxml/src/HTMLtree.c buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression); filename 1159 third_party/libxml/src/HTMLtree.c htmlSaveFileFormat(const char *filename, xmlDocPtr cur, filename 1165 third_party/libxml/src/HTMLtree.c if ((cur == NULL) || (filename == NULL)) filename 1202 third_party/libxml/src/HTMLtree.c buf = xmlOutputBufferCreateFilename(filename, handler, 0); filename 1223 third_party/libxml/src/HTMLtree.c htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { filename 1224 third_party/libxml/src/HTMLtree.c return(htmlSaveFileFormat(filename, cur, encoding, 1)); filename 243 third_party/libxml/src/SAX2.c return((const xmlChar *) ctxt->input->filename); filename 443 third_party/libxml/src/SAX2.c if (input->filename == NULL) filename 444 third_party/libxml/src/SAX2.c input->filename = (char *) xmlCanonicPath(SystemID); filename 501 third_party/libxml/src/SAX2.c base = ctxt->input->filename; filename 657 third_party/libxml/src/SAX2.c base = ctxt->input->filename; filename 676 third_party/libxml/src/SAX2.c base = ctxt->input->filename; filename 893 third_party/libxml/src/SAX2.c base = ctxt->input->filename; filename 913 third_party/libxml/src/SAX2.c base = ctxt->input->filename; filename 1003 third_party/libxml/src/SAX2.c (ctxt->input != NULL) && (ctxt->input->filename != NULL)) { filename 1004 third_party/libxml/src/SAX2.c ctxt->myDoc->URL = xmlPathToURI((const xmlChar *)ctxt->input->filename); filename 2075 third_party/libxml/src/c14n.c int with_comments, const char *filename, int compression) filename 2080 third_party/libxml/src/c14n.c if (filename == NULL) { filename 2092 third_party/libxml/src/c14n.c buf = xmlOutputBufferCreateFilename(filename, NULL, compression); filename 91 third_party/libxml/src/catalog.c static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename); filename 884 third_party/libxml/src/catalog.c xmlParseCatalogFile(const char *filename) { filename 901 third_party/libxml/src/catalog.c buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); filename 913 third_party/libxml/src/catalog.c inputStream->filename = (char *) xmlCanonicPath((const xmlChar *)filename); filename 922 third_party/libxml/src/catalog.c directory = xmlParserGetDirectory(filename); filename 954 third_party/libxml/src/catalog.c xmlLoadFileContent(const char *filename) filename 969 third_party/libxml/src/catalog.c if (filename == NULL) filename 973 third_party/libxml/src/catalog.c if (stat(filename, &info) < 0) filename 978 third_party/libxml/src/catalog.c if ((fd = open(filename, O_RDONLY)) < 0) filename 980 third_party/libxml/src/catalog.c if ((fd = fopen(filename, "rb")) == NULL) filename 1079 third_party/libxml/src/catalog.c xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename); filename 1338 third_party/libxml/src/catalog.c xmlParseXMLCatalogFile(xmlCatalogPrefer prefer, const xmlChar *filename) { filename 1344 third_party/libxml/src/catalog.c if (filename == NULL) filename 1347 third_party/libxml/src/catalog.c doc = xmlParseCatalogFile((const char *) filename); filename 1351 third_party/libxml/src/catalog.c "Failed to parse catalog %s\n", filename); filename 1357 third_party/libxml/src/catalog.c "%d Parsing catalog %s\n", xmlGetThreadId(), filename); filename 1365 third_party/libxml/src/catalog.c (const xmlChar *)filename, NULL, prefer, NULL); filename 1389 third_party/libxml/src/catalog.c filename, NULL, NULL); filename 2477 third_party/libxml/src/catalog.c xmlChar *filename; filename 2479 third_party/libxml/src/catalog.c filename = xmlBuildURI(sysid, base); filename 2480 third_party/libxml/src/catalog.c if (filename != NULL) { filename 2483 third_party/libxml/src/catalog.c entry = xmlNewCatalogEntry(type, name, filename, filename 2489 third_party/libxml/src/catalog.c xmlFree(filename); filename 2503 third_party/libxml/src/catalog.c xmlChar *filename; filename 2505 third_party/libxml/src/catalog.c filename = xmlBuildURI(sysid, base); filename 2506 third_party/libxml/src/catalog.c if (filename != NULL) { filename 2507 third_party/libxml/src/catalog.c xmlExpandCatalog(catal, (const char *)filename); filename 2508 third_party/libxml/src/catalog.c xmlFree(filename); filename 2641 third_party/libxml/src/catalog.c xmlLoadSGMLSuperCatalog(const char *filename) filename 2647 third_party/libxml/src/catalog.c content = xmlLoadFileContent(filename); filename 2657 third_party/libxml/src/catalog.c ret = xmlParseSGMLCatalog(catal, content, filename, 1); filename 2678 third_party/libxml/src/catalog.c xmlLoadACatalog(const char *filename) filename 2685 third_party/libxml/src/catalog.c content = xmlLoadFileContent(filename); filename 2703 third_party/libxml/src/catalog.c ret = xmlParseSGMLCatalog(catal, content, filename, 0); filename 2716 third_party/libxml/src/catalog.c NULL, BAD_CAST filename, xmlCatalogDefaultPrefer, NULL); filename 2733 third_party/libxml/src/catalog.c xmlExpandCatalog(xmlCatalogPtr catal, const char *filename) filename 2737 third_party/libxml/src/catalog.c if ((catal == NULL) || (filename == NULL)) filename 2744 third_party/libxml/src/catalog.c content = xmlLoadFileContent(filename); filename 2748 third_party/libxml/src/catalog.c ret = xmlParseSGMLCatalog(catal, content, filename, 0); filename 2757 third_party/libxml/src/catalog.c NULL, BAD_CAST filename, xmlCatalogDefaultPrefer, NULL); filename 3196 third_party/libxml/src/catalog.c xmlLoadCatalog(const char *filename) filename 3207 third_party/libxml/src/catalog.c catal = xmlLoadACatalog(filename); filename 3218 third_party/libxml/src/catalog.c ret = xmlExpandCatalog(xmlDefaultCatalog, filename); filename 2378 third_party/libxml/src/debugXML.c fprintf(stderr, "%s validates\n", sctxt->filename); filename 2380 third_party/libxml/src/debugXML.c fprintf(stderr, "%s fails to validate\n", sctxt->filename); filename 2383 third_party/libxml/src/debugXML.c sctxt->filename); filename 2451 third_party/libxml/src/debugXML.c xmlShellLoad(xmlShellCtxtPtr ctxt, char *filename, filename 2458 third_party/libxml/src/debugXML.c if ((ctxt == NULL) || (filename == NULL)) return(-1); filename 2464 third_party/libxml/src/debugXML.c doc = htmlParseFile(filename, NULL); filename 2470 third_party/libxml/src/debugXML.c doc = xmlReadFile(filename,NULL,0); filename 2480 third_party/libxml/src/debugXML.c xmlFree(ctxt->filename); filename 2486 third_party/libxml/src/debugXML.c ctxt->filename = (char *) xmlCanonicPath((xmlChar *) filename); filename 2507 third_party/libxml/src/debugXML.c xmlShellWrite(xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, filename 2512 third_party/libxml/src/debugXML.c if ((filename == NULL) || (filename[0] == 0)) { filename 2516 third_party/libxml/src/debugXML.c if (access((char *) filename, W_OK)) { filename 2518 third_party/libxml/src/debugXML.c "Cannot write to %s\n", filename); filename 2524 third_party/libxml/src/debugXML.c if (xmlSaveFile((char *) filename, ctxt->doc) < -1) { filename 2526 third_party/libxml/src/debugXML.c "Failed to write to %s\n", filename); filename 2532 third_party/libxml/src/debugXML.c if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { filename 2534 third_party/libxml/src/debugXML.c "Failed to write to %s\n", filename); filename 2538 third_party/libxml/src/debugXML.c if (xmlSaveFile((char *) filename, ctxt->doc) < -1) { filename 2540 third_party/libxml/src/debugXML.c "Failed to write to %s\n", filename); filename 2548 third_party/libxml/src/debugXML.c f = fopen((char *) filename, "w"); filename 2551 third_party/libxml/src/debugXML.c "Failed to write to %s\n", filename); filename 2574 third_party/libxml/src/debugXML.c xmlShellSave(xmlShellCtxtPtr ctxt, char *filename, filename 2580 third_party/libxml/src/debugXML.c if ((filename == NULL) || (filename[0] == 0)) filename 2581 third_party/libxml/src/debugXML.c filename = ctxt->filename; filename 2582 third_party/libxml/src/debugXML.c if (filename == NULL) filename 2585 third_party/libxml/src/debugXML.c if (access((char *) filename, W_OK)) { filename 2587 third_party/libxml/src/debugXML.c "Cannot save to %s\n", filename); filename 2593 third_party/libxml/src/debugXML.c if (xmlSaveFile((char *) filename, ctxt->doc) < 0) { filename 2595 third_party/libxml/src/debugXML.c "Failed to save to %s\n", filename); filename 2600 third_party/libxml/src/debugXML.c if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { filename 2602 third_party/libxml/src/debugXML.c "Failed to save to %s\n", filename); filename 2605 third_party/libxml/src/debugXML.c if (xmlSaveFile((char *) filename, ctxt->doc) < 0) { filename 2607 third_party/libxml/src/debugXML.c "Failed to save to %s\n", filename); filename 2800 third_party/libxml/src/debugXML.c xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, filename 2813 third_party/libxml/src/debugXML.c if (filename == NULL) filename 2826 third_party/libxml/src/debugXML.c ctxt->filename = (char *) xmlStrdup((xmlChar *) filename); filename 3252 third_party/libxml/src/debugXML.c if (ctxt->filename != NULL) filename 3253 third_party/libxml/src/debugXML.c xmlFree(ctxt->filename); filename 155 third_party/libxml/src/error.c if (input->filename) filename 157 third_party/libxml/src/error.c "%s:%d: ", input->filename, filename 281 third_party/libxml/src/error.c if ((input != NULL) && (input->filename == NULL) && filename 287 third_party/libxml/src/error.c if (input->filename) filename 288 third_party/libxml/src/error.c channel(data, "%s:%d: ", input->filename, input->line); filename 394 third_party/libxml/src/error.c if (cur->filename) filename 395 third_party/libxml/src/error.c channel(data, "%s:%d: \n", cur->filename, cur->line); filename 501 third_party/libxml/src/error.c if ((input != NULL) && (input->filename == NULL) && filename 506 third_party/libxml/src/error.c file = input->filename; filename 681 third_party/libxml/src/error.c if ((input != NULL) && (input->filename == NULL) && filename 724 third_party/libxml/src/error.c if ((input != NULL) && (input->filename == NULL) && filename 775 third_party/libxml/src/error.c if ((input->filename == NULL) && (ctxt->inputNr > 1)) filename 817 third_party/libxml/src/error.c if ((input->filename == NULL) && (ctxt->inputNr > 1)) filename 59 third_party/libxml/src/include/libxml/DOCBparser.h docbSAXParseFile (const char *filename, filename 64 third_party/libxml/src/include/libxml/DOCBparser.h docbParseFile (const char *filename, filename 77 third_party/libxml/src/include/libxml/DOCBparser.h const char *filename, filename 85 third_party/libxml/src/include/libxml/DOCBparser.h docbCreateFileParserCtxt(const char *filename, filename 126 third_party/libxml/src/include/libxml/HTMLparser.h htmlSAXParseFile(const char *filename, filename 131 third_party/libxml/src/include/libxml/HTMLparser.h htmlParseFile (const char *filename, filename 157 third_party/libxml/src/include/libxml/HTMLparser.h const char *filename, filename 229 third_party/libxml/src/include/libxml/HTMLparser.h const char *filename, filename 87 third_party/libxml/src/include/libxml/HTMLtree.h htmlSaveFile (const char *filename, filename 104 third_party/libxml/src/include/libxml/HTMLtree.h htmlSaveFileEnc (const char *filename, filename 108 third_party/libxml/src/include/libxml/HTMLtree.h htmlSaveFileFormat (const char *filename, filename 89 third_party/libxml/src/include/libxml/c14n.h const char* filename, filename 72 third_party/libxml/src/include/libxml/catalog.h xmlLoadACatalog (const char *filename); filename 74 third_party/libxml/src/include/libxml/catalog.h xmlLoadSGMLSuperCatalog (const char *filename); filename 114 third_party/libxml/src/include/libxml/catalog.h xmlLoadCatalog (const char *filename); filename 139 third_party/libxml/src/include/libxml/catalog.h xmlParseCatalogFile (const char *filename); filename 114 third_party/libxml/src/include/libxml/debugXML.h char *filename; filename 161 third_party/libxml/src/include/libxml/debugXML.h char *filename, filename 174 third_party/libxml/src/include/libxml/debugXML.h char *filename, filename 179 third_party/libxml/src/include/libxml/debugXML.h char *filename, filename 206 third_party/libxml/src/include/libxml/debugXML.h char *filename, filename 41 third_party/libxml/src/include/libxml/nanoftp.h const char *filename, const char *attrib, filename 125 third_party/libxml/src/include/libxml/nanoftp.h const char *filename); filename 128 third_party/libxml/src/include/libxml/nanoftp.h const char *filename); filename 133 third_party/libxml/src/include/libxml/nanoftp.h const char *filename); filename 29 third_party/libxml/src/include/libxml/nanohttp.h const char *filename, filename 72 third_party/libxml/src/include/libxml/nanohttp.h const char *filename); filename 58 third_party/libxml/src/include/libxml/parser.h const char *filename; /* The file analyzed, if any */ filename 841 third_party/libxml/src/include/libxml/parser.h xmlParseFile (const char *filename); filename 867 third_party/libxml/src/include/libxml/parser.h xmlRecoverFile (const char *filename); filename 881 third_party/libxml/src/include/libxml/parser.h const char *filename); filename 904 third_party/libxml/src/include/libxml/parser.h const char *filename, filename 908 third_party/libxml/src/include/libxml/parser.h const char *filename, filename 913 third_party/libxml/src/include/libxml/parser.h const char *filename); filename 915 third_party/libxml/src/include/libxml/parser.h xmlParseEntity (const char *filename); filename 985 third_party/libxml/src/include/libxml/parser.h const char *filename); filename 1016 third_party/libxml/src/include/libxml/parser.h const char *filename); filename 1118 third_party/libxml/src/include/libxml/parser.h const char *filename, filename 1158 third_party/libxml/src/include/libxml/parser.h const char *filename, filename 292 third_party/libxml/src/include/libxml/parserInternals.h xmlCreateFileParserCtxt (const char *filename); filename 294 third_party/libxml/src/include/libxml/parserInternals.h xmlCreateURLParserCtxt (const char *filename, filename 342 third_party/libxml/src/include/libxml/parserInternals.h const char *filename); filename 545 third_party/libxml/src/include/libxml/parserInternals.h XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename, filename 1134 third_party/libxml/src/include/libxml/tree.h xmlSaveFile (const char *filename, filename 1137 third_party/libxml/src/include/libxml/tree.h xmlSaveFormatFile (const char *filename, filename 1165 third_party/libxml/src/include/libxml/tree.h xmlSaveFormatFileEnc (const char *filename, filename 1171 third_party/libxml/src/include/libxml/tree.h xmlSaveFileEnc (const char *filename, filename 34 third_party/libxml/src/include/libxml/xmlIO.h typedef int (XMLCALL *xmlInputMatchCallback) (char const *filename); filename 43 third_party/libxml/src/include/libxml/xmlIO.h typedef void * (XMLCALL *xmlInputOpenCallback) (char const *filename); filename 80 third_party/libxml/src/include/libxml/xmlIO.h typedef int (XMLCALL *xmlOutputMatchCallback) (char const *filename); filename 89 third_party/libxml/src/include/libxml/xmlIO.h typedef void * (XMLCALL *xmlOutputOpenCallback) (char const *filename); filename 202 third_party/libxml/src/include/libxml/xmlIO.h xmlParserGetDirectory (const char *filename); filename 309 third_party/libxml/src/include/libxml/xmlIO.h xmlFileMatch (const char *filename); filename 311 third_party/libxml/src/include/libxml/xmlIO.h xmlFileOpen (const char *filename); filename 324 third_party/libxml/src/include/libxml/xmlIO.h xmlIOHTTPMatch (const char *filename); filename 326 third_party/libxml/src/include/libxml/xmlIO.h xmlIOHTTPOpen (const char *filename); filename 345 third_party/libxml/src/include/libxml/xmlIO.h xmlIOFTPMatch (const char *filename); filename 347 third_party/libxml/src/include/libxml/xmlIO.h xmlIOFTPOpen (const char *filename); filename 40 third_party/libxml/src/include/libxml/xmlmodule.h XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename, filename 324 third_party/libxml/src/include/libxml/xmlreader.h xmlReaderForFile (const char *filename, filename 357 third_party/libxml/src/include/libxml/xmlreader.h const char *filename, filename 48 third_party/libxml/src/include/libxml/xmlsave.h xmlSaveToFilename (const char *filename, filename 195 third_party/libxml/src/include/libxml/xmlschemas.h const char * filename, filename 66 third_party/libxml/src/libxml.h void __xmlLoaderErr(void *ctx, const char *msg, const char *filename); filename 1592 third_party/libxml/src/nanoftp.c char filename[151]; filename 1687 third_party/libxml/src/nanoftp.c filename[i++] = *cur; filename 1691 third_party/libxml/src/nanoftp.c filename[i] = 0; filename 1698 third_party/libxml/src/nanoftp.c callback(userData, filename, attrib, owner, group, size, links, filename 1719 third_party/libxml/src/nanoftp.c const char *filename) { filename 1728 third_party/libxml/src/nanoftp.c if (filename == NULL) { filename 1736 third_party/libxml/src/nanoftp.c if (filename[0] != '/') { filename 1743 third_party/libxml/src/nanoftp.c snprintf(buf, sizeof(buf), "LIST -L %s\r\n", filename); filename 1828 third_party/libxml/src/nanoftp.c xmlNanoFTPGetSocket(void *ctx, const char *filename) { filename 1834 third_party/libxml/src/nanoftp.c if ((filename == NULL) && (ctxt->path == NULL)) filename 1856 third_party/libxml/src/nanoftp.c if (filename == NULL) filename 1859 third_party/libxml/src/nanoftp.c snprintf(buf, sizeof(buf), "RETR %s\r\n", filename); filename 1894 third_party/libxml/src/nanoftp.c const char *filename) { filename 1902 third_party/libxml/src/nanoftp.c if ((filename == NULL) && (ctxt->path == NULL)) filename 1906 third_party/libxml/src/nanoftp.c if (xmlNanoFTPGetSocket(ctxt, filename) < 0) filename 2049 third_party/libxml/src/nanoftp.c void ftpList(void *userData, const char *filename, const char* attrib, filename 2053 third_party/libxml/src/nanoftp.c "%s %s %s %ld %s\n", attrib, owner, group, size, filename); filename 1614 third_party/libxml/src/nanohttp.c xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { filename 1620 third_party/libxml/src/nanohttp.c if (filename == NULL) return(-1); filename 1624 third_party/libxml/src/nanohttp.c if (!strcmp(filename, "-")) filename 1627 third_party/libxml/src/nanohttp.c fd = open(filename, O_CREAT | O_WRONLY, 00644); filename 1660 third_party/libxml/src/nanohttp.c xmlNanoHTTPSave(void *ctxt, const char *filename) { filename 1665 third_party/libxml/src/nanohttp.c if ((ctxt == NULL) || (filename == NULL)) return(-1); filename 1667 third_party/libxml/src/nanohttp.c if (!strcmp(filename, "-")) filename 1670 third_party/libxml/src/nanohttp.c fd = open(filename, O_CREAT | O_WRONLY, 0666); filename 2008 third_party/libxml/src/parser.c if ((ctxt->input != NULL) && (ctxt->input->filename)) filename 2010 third_party/libxml/src/parser.c "%s(%d): ", ctxt->input->filename, filename 6404 third_party/libxml/src/parser.c if ((ctxt->input != NULL) && (ctxt->input->filename)) filename 6406 third_party/libxml/src/parser.c "%s(%d): ", ctxt->input->filename, filename 6438 third_party/libxml/src/parser.c if ((ctxt->input != NULL) && (ctxt->input->filename)) filename 6440 third_party/libxml/src/parser.c "%s(%d): ", ctxt->input->filename, filename 6464 third_party/libxml/src/parser.c if ((ctxt->input != NULL) && (ctxt->input->filename)) filename 6466 third_party/libxml/src/parser.c "%s(%d): ", ctxt->input->filename, filename 6500 third_party/libxml/src/parser.c if ((ctxt->input != NULL) && (ctxt->input->filename)) filename 6502 third_party/libxml/src/parser.c "%s(%d): ", ctxt->input->filename, filename 11843 third_party/libxml/src/parser.c const char *chunk, int size, const char *filename) { filename 11892 third_party/libxml/src/parser.c if (filename == NULL) { filename 11895 third_party/libxml/src/parser.c ctxt->directory = xmlParserGetDirectory(filename); filename 11905 third_party/libxml/src/parser.c if (filename == NULL) filename 11906 third_party/libxml/src/parser.c inputStream->filename = NULL; filename 11908 third_party/libxml/src/parser.c inputStream->filename = (char *) filename 11909 third_party/libxml/src/parser.c xmlCanonicPath((const xmlChar *) filename); filename 11910 third_party/libxml/src/parser.c if (inputStream->filename == NULL) { filename 12106 third_party/libxml/src/parser.c pinput->filename = NULL; filename 12247 third_party/libxml/src/parser.c if (input->filename == NULL) filename 12248 third_party/libxml/src/parser.c input->filename = (char *) systemIdCanonic; filename 13381 third_party/libxml/src/parser.c xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { filename 13385 third_party/libxml/src/parser.c ctxt = xmlCreateFileParserCtxt(filename); filename 13426 third_party/libxml/src/parser.c xmlParseEntity(const char *filename) { filename 13427 third_party/libxml/src/parser.c return(xmlSAXParseEntity(NULL, filename)); filename 13533 third_party/libxml/src/parser.c xmlCreateURLParserCtxt(const char *filename, int options) filename 13549 third_party/libxml/src/parser.c inputStream = xmlLoadExternalEntity(filename, NULL, ctxt); filename 13557 third_party/libxml/src/parser.c directory = xmlParserGetDirectory(filename); filename 13575 third_party/libxml/src/parser.c xmlCreateFileParserCtxt(const char *filename) filename 13577 third_party/libxml/src/parser.c return(xmlCreateURLParserCtxt(filename, 0)); filename 13601 third_party/libxml/src/parser.c xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, filename 13608 third_party/libxml/src/parser.c ctxt = xmlCreateFileParserCtxt(filename); filename 13623 third_party/libxml/src/parser.c ctxt->directory = xmlParserGetDirectory(filename); filename 13666 third_party/libxml/src/parser.c xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, filename 13668 third_party/libxml/src/parser.c return(xmlSAXParseFileWithData(sax,filename,recovery,NULL)); filename 13699 third_party/libxml/src/parser.c xmlParseFile(const char *filename) { filename 13700 third_party/libxml/src/parser.c return(xmlSAXParseFile(NULL, filename, 0)); filename 13716 third_party/libxml/src/parser.c xmlRecoverFile(const char *filename) { filename 13717 third_party/libxml/src/parser.c return(xmlSAXParseFile(NULL, filename, 1)); filename 13733 third_party/libxml/src/parser.c const char* filename) filename 13748 third_party/libxml/src/parser.c if (filename != NULL) filename 13749 third_party/libxml/src/parser.c input->filename = (char *) xmlCanonicPath((const xmlChar *)filename); filename 13769 third_party/libxml/src/parser.c const char *filename) { filename 13773 third_party/libxml/src/parser.c ctxt = xmlCreateFileParserCtxt(filename); filename 13849 third_party/libxml/src/parser.c input->filename = NULL; filename 14371 third_party/libxml/src/parser.c int size, const char *filename, const char *encoding) filename 14404 third_party/libxml/src/parser.c if (filename == NULL) { filename 14407 third_party/libxml/src/parser.c ctxt->directory = xmlParserGetDirectory(filename); filename 14416 third_party/libxml/src/parser.c if (filename == NULL) filename 14417 third_party/libxml/src/parser.c inputStream->filename = NULL; filename 14419 third_party/libxml/src/parser.c inputStream->filename = (char *) filename 14420 third_party/libxml/src/parser.c xmlCanonicPath((const xmlChar *) filename); filename 14643 third_party/libxml/src/parser.c (ctxt->input->filename == NULL)) filename 14644 third_party/libxml/src/parser.c ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL); filename 14698 third_party/libxml/src/parser.c xmlReadFile(const char *filename, const char *encoding, int options) filename 14702 third_party/libxml/src/parser.c ctxt = xmlCreateURLParserCtxt(filename, options); filename 14863 third_party/libxml/src/parser.c xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, filename 14868 third_party/libxml/src/parser.c if (filename == NULL) filename 14875 third_party/libxml/src/parser.c stream = xmlLoadExternalEntity(filename, NULL, ctxt); filename 1360 third_party/libxml/src/parserInternals.c if (input->filename != NULL) xmlFree((char *) input->filename); filename 1423 third_party/libxml/src/parserInternals.c inputStream->filename = NULL; filename 1489 third_party/libxml/src/parserInternals.c input->filename = (char *) xmlStrdup((xmlChar *) entity->URI); filename 1539 third_party/libxml/src/parserInternals.c xmlNewInputFromFile(xmlParserCtxtPtr ctxt, const char *filename) { filename 1547 third_party/libxml/src/parserInternals.c "new input from file: %s\n", filename); filename 1549 third_party/libxml/src/parserInternals.c buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); filename 1551 third_party/libxml/src/parserInternals.c if (filename == NULL) filename 1557 third_party/libxml/src/parserInternals.c (const char *) filename); filename 1570 third_party/libxml/src/parserInternals.c if (inputStream->filename == NULL) filename 1571 third_party/libxml/src/parserInternals.c URI = xmlStrdup((xmlChar *) filename); filename 1573 third_party/libxml/src/parserInternals.c URI = xmlStrdup((xmlChar *) inputStream->filename); filename 1575 third_party/libxml/src/parserInternals.c if (inputStream->filename != NULL) xmlFree((char *)inputStream->filename); filename 1576 third_party/libxml/src/parserInternals.c inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI); filename 57 third_party/libxml/src/runsuite.c static int checkTestFile(const char *filename) { filename 60 third_party/libxml/src/runsuite.c if (stat(filename, &buf) == -1) filename 149 third_party/libxml/src/runsuite.c ret->filename = (const char *) filename 646 third_party/libxml/src/runsuite.c const char *filename = "test/xsdtest/xsdtestsuite.xml"; filename 649 third_party/libxml/src/runsuite.c doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); filename 651 third_party/libxml/src/runsuite.c fprintf(stderr, "Failed to parse %s\n", filename); filename 658 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 665 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 709 third_party/libxml/src/runsuite.c const char *filename = "test/relaxng/OASIS/spectest.xml"; filename 712 third_party/libxml/src/runsuite.c doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); filename 714 third_party/libxml/src/runsuite.c fprintf(stderr, "Failed to parse %s\n", filename); filename 721 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 728 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 747 third_party/libxml/src/runsuite.c const char *filename = "test/relaxng/testsuite.xml"; filename 750 third_party/libxml/src/runsuite.c doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); filename 752 third_party/libxml/src/runsuite.c fprintf(stderr, "Failed to parse %s\n", filename); filename 759 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 766 third_party/libxml/src/runsuite.c fprintf(stderr, "Unexpected format %s\n", filename); filename 91 third_party/libxml/src/runtest.c typedef int (*functest) (const char *filename, const char *result, filename 106 third_party/libxml/src/runtest.c static int checkTestFile(const char *filename); filename 390 third_party/libxml/src/runtest.c if ((input != NULL) && (input->filename == NULL) && filename 396 third_party/libxml/src/runtest.c if (input->filename) filename 397 third_party/libxml/src/runtest.c channel(data, "%s:%d: ", input->filename, input->line); filename 508 third_party/libxml/src/runtest.c if (cur->filename) filename 509 third_party/libxml/src/runtest.c channel(data, "%s:%d: \n", cur->filename, cur->line); filename 552 third_party/libxml/src/runtest.c static const char *baseFilename(const char *filename) { filename 554 third_party/libxml/src/runtest.c if (filename == NULL) filename 556 third_party/libxml/src/runtest.c cur = &filename[strlen(filename)]; filename 557 third_party/libxml/src/runtest.c while ((cur > filename) && (*cur != '/')) filename 564 third_party/libxml/src/runtest.c static char *resultFilename(const char *filename, const char *out, filename 577 third_party/libxml/src/runtest.c base = baseFilename(filename); filename 594 third_party/libxml/src/runtest.c static int checkTestFile(const char *filename) { filename 597 third_party/libxml/src/runtest.c if (stat(filename, &buf) == -1) filename 646 third_party/libxml/src/runtest.c static int compareFileMem(const char *filename, const char *mem, int size) { filename 653 third_party/libxml/src/runtest.c if (stat(filename, &info) < 0) filename 657 third_party/libxml/src/runtest.c fd = open(filename, RD_FLAGS); filename 681 third_party/libxml/src/runtest.c static int loadMem(const char *filename, const char **mem, int *size) { filename 686 third_party/libxml/src/runtest.c if (stat(filename, &info) < 0) filename 691 third_party/libxml/src/runtest.c if ((fd = open(filename, RD_FLAGS)) < 0) { filename 1650 third_party/libxml/src/runtest.c saxParseTest(const char *filename, const char *result, filename 1657 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 1675 third_party/libxml/src/runtest.c htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); filename 1679 third_party/libxml/src/runtest.c ret = xmlSAXUserParseFile(emptySAXHandler, NULL, filename); filename 1685 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to parse %s\n", filename); filename 1690 third_party/libxml/src/runtest.c htmlSAXParseFile(filename, NULL, debugHTMLSAXHandler, NULL); filename 1695 third_party/libxml/src/runtest.c ret = xmlSAXUserParseFile(debugSAXHandler, NULL, filename); filename 1697 third_party/libxml/src/runtest.c ret = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename); filename 1705 third_party/libxml/src/runtest.c fprintf(stderr, "Got a difference for %s\n", filename); filename 1739 third_party/libxml/src/runtest.c oldParseTest(const char *filename, const char *result, filename 1751 third_party/libxml/src/runtest.c doc = xmlParseFile(filename); filename 1753 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, 0); filename 1757 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 1804 third_party/libxml/src/runtest.c pushParseTest(const char *filename, const char *result, filename 1817 third_party/libxml/src/runtest.c if (loadMem(filename, &base, &size) != 0) { filename 1818 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 1824 third_party/libxml/src/runtest.c ctxt = htmlCreatePushParserCtxt(NULL, NULL, base + cur, 4, filename, filename 1828 third_party/libxml/src/runtest.c ctxt = xmlCreatePushParserCtxt(NULL, NULL, base + cur, 4, filename); filename 1861 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to parse %s\n", filename); filename 1875 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 1882 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s failed\n", filename); filename 1903 third_party/libxml/src/runtest.c memParseTest(const char *filename, const char *result, filename 1914 third_party/libxml/src/runtest.c if (loadMem(filename, &base, &size) != 0) { filename 1915 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 1919 third_party/libxml/src/runtest.c doc = xmlReadMemory(base, size, filename, NULL, 0); filename 1930 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 1950 third_party/libxml/src/runtest.c noentParseTest(const char *filename, const char *result, filename 1961 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 1964 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 1978 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 2005 third_party/libxml/src/runtest.c errParseTest(const char *filename, const char *result, const char *err, filename 2014 third_party/libxml/src/runtest.c doc = htmlReadFile(filename, NULL, options); filename 2019 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 2025 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 2048 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 2054 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s failed\n", filename); filename 2059 third_party/libxml/src/runtest.c fprintf(stderr, "Validation for %s failed\n", filename); filename 2099 third_party/libxml/src/runtest.c streamProcessTest(const char *filename, const char *result, const char *err, filename 2110 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 2145 third_party/libxml/src/runtest.c testErrorHandler(NULL, "%s : failed to parse\n", filename); filename 2149 third_party/libxml/src/runtest.c testErrorHandler(NULL, "%s fails to validate\n", filename); filename 2151 third_party/libxml/src/runtest.c testErrorHandler(NULL, "%s validates\n", filename); filename 2163 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 2170 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s failed\n", filename); filename 2190 third_party/libxml/src/runtest.c streamParseTest(const char *filename, const char *result, const char *err, filename 2195 third_party/libxml/src/runtest.c reader = xmlReaderForFile(filename, NULL, options); filename 2196 third_party/libxml/src/runtest.c ret = streamProcessTest(filename, result, err, reader, NULL); filename 2212 third_party/libxml/src/runtest.c walkerParseTest(const char *filename, const char *result, const char *err, filename 2218 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 2220 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to parse %s\n", filename); filename 2224 third_party/libxml/src/runtest.c ret = streamProcessTest(filename, result, err, reader, NULL); filename 2241 third_party/libxml/src/runtest.c streamMemParseTest(const char *filename, const char *result, const char *err, filename 2251 third_party/libxml/src/runtest.c if (loadMem(filename, &base, &size) != 0) { filename 2252 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 2255 third_party/libxml/src/runtest.c reader = xmlReaderForMemory(base, size, filename, NULL, options); filename 2256 third_party/libxml/src/runtest.c ret = streamProcessTest(filename, result, err, reader, NULL); filename 2320 third_party/libxml/src/runtest.c xpathCommonTest(const char *filename, const char *result, filename 2327 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 2339 third_party/libxml/src/runtest.c input = fopen(filename, "rb"); filename 2342 third_party/libxml/src/runtest.c "Cannot open %s for reading\n", filename); filename 2366 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 2388 third_party/libxml/src/runtest.c xpathExprTest(const char *filename, const char *result, filename 2391 third_party/libxml/src/runtest.c return(xpathCommonTest(filename, result, 0, 1)); filename 2406 third_party/libxml/src/runtest.c xpathDocTest(const char *filename, filename 2417 third_party/libxml/src/runtest.c xpathDocument = xmlReadFile(filename, NULL, filename 2420 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 2424 third_party/libxml/src/runtest.c snprintf(pattern, 499, "./test/XPath/tests/%s*", baseFilename(filename)); filename 2454 third_party/libxml/src/runtest.c xptrDocTest(const char *filename, filename 2465 third_party/libxml/src/runtest.c xpathDocument = xmlReadFile(filename, NULL, filename 2468 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 2472 third_party/libxml/src/runtest.c snprintf(pattern, 499, "./test/XPath/xptr/%s*", baseFilename(filename)); filename 2502 third_party/libxml/src/runtest.c xmlidDocTest(const char *filename, filename 2511 third_party/libxml/src/runtest.c xpathDocument = xmlReadFile(filename, NULL, filename 2514 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to load %s\n", filename); filename 2518 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 2537 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 2551 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s failed\n", filename); filename 2607 third_party/libxml/src/runtest.c uriCommonTest(const char *filename, filename 2616 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 2627 third_party/libxml/src/runtest.c f = fopen(filename, "rb"); filename 2629 third_party/libxml/src/runtest.c fprintf(stderr, "failed to open input file %s\n", filename); filename 2665 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 2672 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s failed\n", filename); filename 2695 third_party/libxml/src/runtest.c uriParseTest(const char *filename, filename 2699 third_party/libxml/src/runtest.c return(uriCommonTest(filename, result, err, NULL)); filename 2714 third_party/libxml/src/runtest.c uriBaseTest(const char *filename, filename 2718 third_party/libxml/src/runtest.c return(uriCommonTest(filename, result, err, filename 2859 third_party/libxml/src/runtest.c uriPathTest(const char *filename ATTRIBUTE_UNUSED, filename 2902 third_party/libxml/src/runtest.c const char *filename, filename 2914 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 2916 third_party/libxml/src/runtest.c fprintf(stderr, "failed to parse instance %s for %s\n", filename, sch); filename 2940 third_party/libxml/src/runtest.c fprintf(schemasOutput, "%s validates\n", filename); filename 2942 third_party/libxml/src/runtest.c fprintf(schemasOutput, "%s fails to validate\n", filename); filename 2945 third_party/libxml/src/runtest.c filename); filename 2950 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s on %s failed\n", filename, sch); filename 2961 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s on %s failed\n", filename, sch); filename 2982 third_party/libxml/src/runtest.c schemasTest(const char *filename, filename 2986 third_party/libxml/src/runtest.c const char *base = baseFilename(filename); filename 3001 third_party/libxml/src/runtest.c ctxt = xmlSchemaNewParserCtxt(filename); filename 3059 third_party/libxml/src/runtest.c ret = schemasOneTest(filename, instance, result, err, filename 3078 third_party/libxml/src/runtest.c const char *filename, filename 3089 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, options); filename 3091 third_party/libxml/src/runtest.c fprintf(stderr, "failed to parse instance %s for %s\n", filename, sch); filename 3115 third_party/libxml/src/runtest.c testErrorHandler(NULL, "%s validates\n", filename); filename 3117 third_party/libxml/src/runtest.c testErrorHandler(NULL, "%s fails to validate\n", filename); filename 3120 third_party/libxml/src/runtest.c filename); filename 3126 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s on %s failed\n", filename, sch); filename 3137 third_party/libxml/src/runtest.c fprintf(stderr, "Error for %s on %s failed\n", filename, sch); filename 3159 third_party/libxml/src/runtest.c rngTest(const char *filename, filename 3163 third_party/libxml/src/runtest.c const char *base = baseFilename(filename); filename 3178 third_party/libxml/src/runtest.c ctxt = xmlRelaxNGNewParserCtxt(filename); filename 3224 third_party/libxml/src/runtest.c ret = rngOneTest(filename, instance, result, err, filename 3248 third_party/libxml/src/runtest.c rngStreamTest(const char *filename, filename 3252 third_party/libxml/src/runtest.c const char *base = baseFilename(filename); filename 3315 third_party/libxml/src/runtest.c ret = streamProcessTest(instance, result, NULL, reader, filename); filename 3317 third_party/libxml/src/runtest.c ret = streamProcessTest(instance, result, err, reader, filename); filename 3408 third_party/libxml/src/runtest.c patternTest(const char *filename, filename 3424 third_party/libxml/src/runtest.c len = strlen(filename); filename 3426 third_party/libxml/src/runtest.c memcpy(xml, filename, len); filename 3440 third_party/libxml/src/runtest.c f = fopen(filename, "rb"); filename 3442 third_party/libxml/src/runtest.c fprintf(stderr, "Failed to open %s\n", filename); filename 3445 third_party/libxml/src/runtest.c temp = resultFilename(filename, "", ".res"); filename 3519 third_party/libxml/src/runtest.c fprintf(o, "%s : failed to parse\n", filename); filename 3535 third_party/libxml/src/runtest.c fprintf(stderr, "Result for %s failed\n", filename); filename 3553 third_party/libxml/src/runtest.c load_xpath_expr (xmlDocPtr parent_doc, const char* filename) { filename 3567 third_party/libxml/src/runtest.c doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); filename 3569 third_party/libxml/src/runtest.c fprintf(stderr, "Error: unable to parse file \"%s\"\n", filename); filename 3577 third_party/libxml/src/runtest.c fprintf(stderr,"Error: empty document for file \"%s\"\n", filename); filename 3588 third_party/libxml/src/runtest.c fprintf(stderr,"Error: XPath element expected in the file \"%s\"\n", filename); filename 3595 third_party/libxml/src/runtest.c fprintf(stderr,"Error: XPath content element is NULL \"%s\"\n", filename); filename 3789 third_party/libxml/src/runtest.c c14nCommonTest(const char *filename, int with_comments, int mode, filename 3800 third_party/libxml/src/runtest.c base = baseFilename(filename); filename 3822 third_party/libxml/src/runtest.c if (c14nRunTest(filename, with_comments, mode, filename 3833 third_party/libxml/src/runtest.c c14nWithCommentTest(const char *filename, filename 3837 third_party/libxml/src/runtest.c return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments")); filename 3840 third_party/libxml/src/runtest.c c14nWithoutCommentTest(const char *filename, filename 3844 third_party/libxml/src/runtest.c return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments")); filename 3847 third_party/libxml/src/runtest.c c14nExcWithoutCommentTest(const char *filename, filename 3851 third_party/libxml/src/runtest.c return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments")); filename 3854 third_party/libxml/src/runtest.c c14n11WithoutCommentTest(const char *filename, filename 3858 third_party/libxml/src/runtest.c return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments")); filename 3898 third_party/libxml/src/runtest.c const char *filename = (const char *) private_data; filename 3901 third_party/libxml/src/runtest.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 3908 third_party/libxml/src/runtest.c myDoc = xmlParseFile(filename); filename 3915 third_party/libxml/src/runtest.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 4128 third_party/libxml/src/runtest.c threadsTest(const char *filename ATTRIBUTE_UNUSED, filename 30 third_party/libxml/src/testAutomata.c testRegexpFile(const char *filename) { filename 44 third_party/libxml/src/testAutomata.c input = fopen(filename, "r"); filename 47 third_party/libxml/src/testAutomata.c "Cannot open %s for reading\n", filename); filename 49 third_party/libxml/src/testC14N.c load_xpath_expr (xmlDocPtr parent_doc, const char* filename); filename 233 third_party/libxml/src/testC14N.c load_xpath_expr (xmlDocPtr parent_doc, const char* filename) { filename 247 third_party/libxml/src/testC14N.c doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); filename 249 third_party/libxml/src/testC14N.c fprintf(stderr, "Error: unable to parse file \"%s\"\n", filename); filename 257 third_party/libxml/src/testC14N.c fprintf(stderr,"Error: empty document for file \"%s\"\n", filename); filename 268 third_party/libxml/src/testC14N.c fprintf(stderr,"Error: XPath element expected in the file \"%s\"\n", filename); filename 275 third_party/libxml/src/testC14N.c fprintf(stderr,"Error: XPath content element is NULL \"%s\"\n", filename); filename 620 third_party/libxml/src/testHTML.c parseSAXFile(char *filename) { filename 631 third_party/libxml/src/testHTML.c f = fopen(filename, "rb"); filename 633 third_party/libxml/src/testHTML.c f = fopen(filename, "r"); filename 645 third_party/libxml/src/testHTML.c chars, res, filename, XML_CHAR_ENCODING_NONE); filename 661 third_party/libxml/src/testHTML.c f = fopen(filename, "rb"); filename 663 third_party/libxml/src/testHTML.c f = fopen(filename, "r"); filename 675 third_party/libxml/src/testHTML.c chars, res, filename, XML_CHAR_ENCODING_NONE); filename 692 third_party/libxml/src/testHTML.c doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); filename 702 third_party/libxml/src/testHTML.c doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL); filename 714 third_party/libxml/src/testHTML.c parseAndPrintFile(char *filename) { filename 725 third_party/libxml/src/testHTML.c f = fopen(filename, "rb"); filename 727 third_party/libxml/src/testHTML.c f = fopen(filename, "r"); filename 739 third_party/libxml/src/testHTML.c chars, res, filename, XML_CHAR_ENCODING_NONE); filename 750 third_party/libxml/src/testHTML.c doc = htmlReadFile(filename, NULL, options); filename 753 third_party/libxml/src/testHTML.c doc = htmlReadFile(filename,NULL,options); filename 757 third_party/libxml/src/testHTML.c "Could not parse %s\n", filename); filename 44 third_party/libxml/src/testModule.c xmlChar filename[PATH_MAX]; filename 49 third_party/libxml/src/testModule.c xmlStrPrintf(filename, sizeof(filename), filename 54 third_party/libxml/src/testModule.c module = xmlModuleOpen((const char*)filename, 0); filename 66 third_party/libxml/src/testReader.c static void handleFile(const char *filename) { filename 75 third_party/libxml/src/testReader.c reader = xmlNewTextReaderFilename(filename); filename 96 third_party/libxml/src/testReader.c printf("%s : failed to parse\n", filename); filename 98 third_party/libxml/src/testReader.c printf("%s : %d elements, %d attributes\n", filename, elem, attrs); filename 100 third_party/libxml/src/testReader.c fprintf(stderr, "Unable to open %s\n", filename); filename 37 third_party/libxml/src/testRegexp.c testRegexpFile(const char *filename) { filename 43 third_party/libxml/src/testRegexp.c input = fopen(filename, "r"); filename 46 third_party/libxml/src/testRegexp.c "Cannot open %s for reading\n", filename); filename 91 third_party/libxml/src/testRegexp.c runFileTest(xmlExpCtxtPtr ctxt, const char *filename) { filename 97 third_party/libxml/src/testRegexp.c input = fopen(filename, "r"); filename 100 third_party/libxml/src/testRegexp.c "Cannot open %s for reading\n", filename); filename 278 third_party/libxml/src/testRegexp.c char *filename = NULL; filename 308 third_party/libxml/src/testRegexp.c filename = argv[++i]; filename 320 third_party/libxml/src/testRegexp.c if (filename != NULL) { filename 323 third_party/libxml/src/testRegexp.c runFileTest(ctxt, filename); filename 326 third_party/libxml/src/testRegexp.c testRegexpFile(filename); filename 1004 third_party/libxml/src/testSAX.c parseAndPrintFile(char *filename) { filename 1016 third_party/libxml/src/testSAX.c f = fopen(filename, "rb"); filename 1018 third_party/libxml/src/testSAX.c f = fopen(filename, "r"); filename 1028 third_party/libxml/src/testSAX.c chars, ret, filename); filename 1038 third_party/libxml/src/testSAX.c "Cannot read file %s\n", filename); filename 1045 third_party/libxml/src/testSAX.c f = fopen(filename, "rb"); filename 1047 third_party/libxml/src/testSAX.c f = fopen(filename, "r"); filename 1058 third_party/libxml/src/testSAX.c chars, ret, filename); filename 1061 third_party/libxml/src/testSAX.c chars, ret, filename); filename 1081 third_party/libxml/src/testSAX.c res = xmlSAXUserParseFile(emptySAXHandler, NULL, filename); filename 1096 third_party/libxml/src/testSAX.c filename); filename 1099 third_party/libxml/src/testSAX.c filename); filename 1103 third_party/libxml/src/testSAX.c res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename); filename 1105 third_party/libxml/src/testSAX.c res = xmlSAXUserParseFile(debugSAXHandler, NULL, filename); filename 1118 third_party/libxml/src/testSAX.c res = xmlSAXUserParseFile(emptySAXHandler, NULL, filename); filename 54 third_party/libxml/src/testThreads.c const char *filename = (const char *) private_data; filename 57 third_party/libxml/src/testThreads.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 64 third_party/libxml/src/testThreads.c myDoc = xmlParseFile(filename); filename 71 third_party/libxml/src/testThreads.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 44 third_party/libxml/src/testThreadsWin32.c const char *filename = (const char *) private_data; filename 47 third_party/libxml/src/testThreadsWin32.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 54 third_party/libxml/src/testThreadsWin32.c myDoc = xmlParseFile(filename); filename 61 third_party/libxml/src/testThreadsWin32.c if (!strcmp(filename, "test/threads/invalid.xml")) { filename 116 third_party/libxml/src/testXPath.c testXPathFile(const char *filename) { filename 121 third_party/libxml/src/testXPath.c input = fopen(filename, "r"); filename 124 third_party/libxml/src/testXPath.c "Cannot open %s for reading\n", filename); filename 147 third_party/libxml/src/testXPath.c char *filename = NULL; filename 167 third_party/libxml/src/testXPath.c filename = argv[++i]; filename 180 third_party/libxml/src/testXPath.c if (filename == NULL) filename 183 third_party/libxml/src/testXPath.c document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); filename 1536 third_party/libxml/src/testapi.c const char * filename; /* an optional file name or URI */ filename 1552 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 4); filename 1555 third_party/libxml/src/testapi.c ret_val = htmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename, enc); filename 1562 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 4); filename 1660 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 1672 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 1676 third_party/libxml/src/testapi.c ret_val = htmlCtxtReadFile(ctxt, filename, (const char *)encoding, options); filename 1680 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 2471 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 2478 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 2481 third_party/libxml/src/testapi.c ret_val = htmlParseFile(filename, (const char *)encoding); filename 2484 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 2558 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 2569 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 2573 third_party/libxml/src/testapi.c ret_val = htmlReadFile(filename, (const char *)encoding, options); filename 2576 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 2723 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 2737 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 2742 third_party/libxml/src/testapi.c ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData); filename 2745 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 3496 third_party/libxml/src/testapi.c const char * filename; /* the filename (or URL) */ filename 3504 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 3507 third_party/libxml/src/testapi.c ret_val = htmlSaveFile(filename, cur); filename 3510 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 3537 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 3548 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 3552 third_party/libxml/src/testapi.c ret_val = htmlSaveFileEnc(filename, cur, (const char *)encoding); filename 3555 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 3585 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 3599 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 3604 third_party/libxml/src/testapi.c ret_val = htmlSaveFileFormat(filename, cur, (const char *)encoding, format); filename 3607 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 5430 third_party/libxml/src/testapi.c const char * filename; /* the filename to store canonical XML image */ filename 5448 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 5); filename 5451 third_party/libxml/src/testapi.c ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compression); filename 5459 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 5); filename 6463 third_party/libxml/src/testapi.c const char * filename; /* a file path */ filename 6467 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 6469 third_party/libxml/src/testapi.c ret_val = xmlLoadCatalog(filename); filename 6472 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 6532 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 6537 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 6539 third_party/libxml/src/testapi.c ret_val = xmlParseCatalogFile(filename); filename 6542 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 7794 third_party/libxml/src/testapi.c char * filename; /* the file name */ filename 7807 third_party/libxml/src/testapi.c filename = gen_char_ptr(n_filename, 1); filename 7811 third_party/libxml/src/testapi.c ret_val = xmlShellLoad(ctxt, filename, node, node2); filename 7815 third_party/libxml/src/testapi.c des_char_ptr(n_filename, filename, 1); filename 7936 third_party/libxml/src/testapi.c char * filename; /* the file name (optional) */ filename 7949 third_party/libxml/src/testapi.c filename = gen_char_ptr(n_filename, 1); filename 7953 third_party/libxml/src/testapi.c ret_val = xmlShellSave(ctxt, filename, node, node2); filename 7957 third_party/libxml/src/testapi.c des_char_ptr(n_filename, filename, 1); filename 8046 third_party/libxml/src/testapi.c char * filename; /* the file name */ filename 8059 third_party/libxml/src/testapi.c filename = gen_char_ptr(n_filename, 1); filename 8063 third_party/libxml/src/testapi.c ret_val = xmlShellWrite(ctxt, filename, node, node2); filename 8067 third_party/libxml/src/testapi.c des_char_ptr(n_filename, filename, 1); filename 11715 third_party/libxml/src/testapi.c const char * filename; /* the file to retrieve (or NULL if path is in context). */ filename 11722 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 11724 third_party/libxml/src/testapi.c ret_val = xmlNanoFTPGetSocket(ctx, filename); filename 11728 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 12214 third_party/libxml/src/testapi.c const char * filename; /* the filename where the content should be saved */ filename 12224 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 1); filename 12227 third_party/libxml/src/testapi.c ret_val = xmlNanoHTTPFetch(URL, filename, contentType); filename 12231 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 1); filename 12502 third_party/libxml/src/testapi.c const char * filename; /* the filename where the content should be saved */ filename 12509 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 1); filename 12511 third_party/libxml/src/testapi.c ret_val = xmlNanoHTTPSave(ctxt, filename); filename 12515 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 1); filename 12720 third_party/libxml/src/testapi.c const char * filename; /* an optional file name or URI */ filename 12733 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 4); filename 12735 third_party/libxml/src/testapi.c ret_val = xmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename); filename 12742 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 4); filename 12835 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 12848 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 12852 third_party/libxml/src/testapi.c ret_val = xmlCtxtReadFile(ctxt, filename, (const char *)encoding, options); filename 12856 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 12989 third_party/libxml/src/testapi.c const char * filename; /* an optional file name or URI */ filename 13003 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 3); filename 13006 third_party/libxml/src/testapi.c ret_val = xmlCtxtResetPush(ctxt, (const char *)chunk, size, filename, (const char *)encoding); filename 13012 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 3); filename 13920 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 13925 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 13927 third_party/libxml/src/testapi.c ret_val = xmlParseEntity(filename); filename 13930 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 14067 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 14072 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 14074 third_party/libxml/src/testapi.c ret_val = xmlParseFile(filename); filename 14077 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 14517 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 14528 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 14532 third_party/libxml/src/testapi.c ret_val = xmlReadFile(filename, (const char *)encoding, options); filename 14535 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 14661 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 14666 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 14668 third_party/libxml/src/testapi.c ret_val = xmlRecoverFile(filename); filename 14671 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 14842 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 14849 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 14851 third_party/libxml/src/testapi.c ret_val = xmlSAXParseEntity(sax, filename); filename 14855 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 14885 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 14895 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 14898 third_party/libxml/src/testapi.c ret_val = xmlSAXParseFile(sax, filename, recovery); filename 14902 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 14935 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 14948 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 14952 third_party/libxml/src/testapi.c ret_val = xmlSAXParseFileWithData(sax, filename, recovery, data); filename 14956 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 15115 third_party/libxml/src/testapi.c const char * filename; /* a file name */ filename 15124 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 2); filename 15131 third_party/libxml/src/testapi.c ret_val = xmlSAXUserParseFile(sax, user_data, filename); filename 15136 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 2); filename 15291 third_party/libxml/src/testapi.c const char * filename; /* a file name */ filename 15300 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 2); filename 15302 third_party/libxml/src/testapi.c xmlSetupParserForBuffer(ctxt, (const xmlChar *)buffer, filename); filename 15306 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 2); filename 15472 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 15480 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 15483 third_party/libxml/src/testapi.c ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding); filename 15486 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 15913 third_party/libxml/src/testapi.c const char * filename; /* the filename */ filename 15918 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 15920 third_party/libxml/src/testapi.c ret_val = xmlCreateFileParserCtxt(filename); filename 15923 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 15984 third_party/libxml/src/testapi.c const char * filename; /* the filename or URL */ filename 15992 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 15995 third_party/libxml/src/testapi.c ret_val = xmlCreateURLParserCtxt(filename, options); filename 15998 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 16172 third_party/libxml/src/testapi.c const char * filename; /* the filename to use as entity */ filename 16179 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 16181 third_party/libxml/src/testapi.c ret_val = xmlNewInputFromFile(ctxt, filename); filename 16185 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 22881 third_party/libxml/src/testapi.c const char * filename; /* the filename (or URL) */ filename 22889 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 22892 third_party/libxml/src/testapi.c ret_val = xmlSaveFile(filename, cur); filename 22895 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 22922 third_party/libxml/src/testapi.c const char * filename; /* the filename (or URL) */ filename 22933 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 22937 third_party/libxml/src/testapi.c ret_val = xmlSaveFileEnc(filename, cur, (const char *)encoding); filename 22940 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 23019 third_party/libxml/src/testapi.c const char * filename; /* the filename (or URL) */ filename 23030 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 23034 third_party/libxml/src/testapi.c ret_val = xmlSaveFormatFile(filename, cur, format); filename 23037 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 23067 third_party/libxml/src/testapi.c const char * filename; /* the filename or URL to output */ filename 23081 third_party/libxml/src/testapi.c filename = gen_fileoutput(n_filename, 0); filename 23086 third_party/libxml/src/testapi.c ret_val = xmlSaveFormatFileEnc(filename, cur, (const char *)encoding, format); filename 23089 third_party/libxml/src/testapi.c des_fileoutput(n_filename, filename, 0); filename 27716 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 27721 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 27723 third_party/libxml/src/testapi.c ret_val = xmlFileMatch(filename); filename 27726 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 27748 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 27753 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 27755 third_party/libxml/src/testapi.c ret_val = xmlFileOpen(filename); filename 27758 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 27861 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 27866 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 27868 third_party/libxml/src/testapi.c ret_val = xmlIOFTPMatch(filename); filename 27871 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 27895 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 27900 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 27902 third_party/libxml/src/testapi.c ret_val = xmlIOFTPOpen(filename); filename 27905 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 28011 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 28016 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 28018 third_party/libxml/src/testapi.c ret_val = xmlIOHTTPMatch(filename); filename 28021 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 28045 third_party/libxml/src/testapi.c const char * filename; /* the URI for matching */ filename 28050 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 28052 third_party/libxml/src/testapi.c ret_val = xmlIOHTTPOpen(filename); filename 28055 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 29891 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 29902 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 0); filename 29906 third_party/libxml/src/testapi.c ret_val = xmlReaderForFile(filename, (const char *)encoding, options); filename 29909 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 0); filename 30065 third_party/libxml/src/testapi.c const char * filename; /* a file or URL */ filename 30078 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 30082 third_party/libxml/src/testapi.c ret_val = xmlReaderNewFile(reader, filename, (const char *)encoding, options); filename 30086 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 34473 third_party/libxml/src/testapi.c const char * filename; /* the URI of the instance */ filename 34483 third_party/libxml/src/testapi.c filename = gen_filepath(n_filename, 1); filename 34486 third_party/libxml/src/testapi.c ret_val = xmlSchemaValidateFile(ctxt, filename, options); filename 34490 third_party/libxml/src/testapi.c des_filepath(n_filename, filename, 1); filename 453 third_party/libxml/src/xmlIO.c __xmlLoaderErr(void *ctx, const char *msg, const char *filename) filename 478 third_party/libxml/src/xmlIO.c filename, NULL, NULL, 0, 0, filename 479 third_party/libxml/src/xmlIO.c msg, filename); filename 861 third_party/libxml/src/xmlIO.c xmlFileMatch (const char *filename ATTRIBUTE_UNUSED) { filename 875 third_party/libxml/src/xmlIO.c xmlFileOpen_real (const char *filename) { filename 879 third_party/libxml/src/xmlIO.c if (filename == NULL) filename 882 third_party/libxml/src/xmlIO.c if (!strcmp(filename, "-")) { filename 887 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) { filename 889 third_party/libxml/src/xmlIO.c path = &filename[17]; filename 891 third_party/libxml/src/xmlIO.c path = &filename[16]; filename 893 third_party/libxml/src/xmlIO.c } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) { filename 895 third_party/libxml/src/xmlIO.c path = &filename[8]; filename 897 third_party/libxml/src/xmlIO.c path = &filename[7]; filename 899 third_party/libxml/src/xmlIO.c } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:/", 6)) { filename 902 third_party/libxml/src/xmlIO.c path = &filename[6]; filename 904 third_party/libxml/src/xmlIO.c path = &filename[5]; filename 907 third_party/libxml/src/xmlIO.c path = filename; filename 933 third_party/libxml/src/xmlIO.c xmlFileOpen (const char *filename) { filename 937 third_party/libxml/src/xmlIO.c retval = xmlFileOpen_real(filename); filename 939 third_party/libxml/src/xmlIO.c unescaped = xmlURIUnescapeString(filename, 0, NULL); filename 960 third_party/libxml/src/xmlIO.c xmlFileOpenW (const char *filename) { filename 964 third_party/libxml/src/xmlIO.c if (!strcmp(filename, "-")) { filename 969 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) filename 971 third_party/libxml/src/xmlIO.c path = &filename[17]; filename 973 third_party/libxml/src/xmlIO.c path = &filename[16]; filename 975 third_party/libxml/src/xmlIO.c else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) { filename 977 third_party/libxml/src/xmlIO.c path = &filename[8]; filename 979 third_party/libxml/src/xmlIO.c path = &filename[7]; filename 982 third_party/libxml/src/xmlIO.c path = filename; filename 1129 third_party/libxml/src/xmlIO.c xmlGzfileMatch (const char *filename ATTRIBUTE_UNUSED) { filename 1143 third_party/libxml/src/xmlIO.c xmlGzfileOpen_real (const char *filename) { filename 1147 third_party/libxml/src/xmlIO.c if (!strcmp(filename, "-")) { filename 1152 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) filename 1154 third_party/libxml/src/xmlIO.c path = &filename[17]; filename 1156 third_party/libxml/src/xmlIO.c path = &filename[16]; filename 1158 third_party/libxml/src/xmlIO.c else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) { filename 1160 third_party/libxml/src/xmlIO.c path = &filename[8]; filename 1162 third_party/libxml/src/xmlIO.c path = &filename[7]; filename 1165 third_party/libxml/src/xmlIO.c path = filename; filename 1188 third_party/libxml/src/xmlIO.c xmlGzfileOpen (const char *filename) { filename 1192 third_party/libxml/src/xmlIO.c retval = xmlGzfileOpen_real(filename); filename 1194 third_party/libxml/src/xmlIO.c unescaped = xmlURIUnescapeString(filename, 0, NULL); filename 1215 third_party/libxml/src/xmlIO.c xmlGzfileOpenW (const char *filename, int compression) { filename 1221 third_party/libxml/src/xmlIO.c if (!strcmp(filename, "-")) { filename 1226 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) filename 1228 third_party/libxml/src/xmlIO.c path = &filename[17]; filename 1230 third_party/libxml/src/xmlIO.c path = &filename[16]; filename 1232 third_party/libxml/src/xmlIO.c else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) { filename 1234 third_party/libxml/src/xmlIO.c path = &filename[8]; filename 1236 third_party/libxml/src/xmlIO.c path = &filename[7]; filename 1239 third_party/libxml/src/xmlIO.c path = filename; filename 1700 third_party/libxml/src/xmlIO.c xmlIOHTTPMatch (const char *filename) { filename 1701 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "http://", 7)) filename 1715 third_party/libxml/src/xmlIO.c xmlIOHTTPOpen (const char *filename) { filename 1716 third_party/libxml/src/xmlIO.c return(xmlNanoHTTPOpen(filename, NULL)); filename 2060 third_party/libxml/src/xmlIO.c xmlIOFTPMatch (const char *filename) { filename 2061 third_party/libxml/src/xmlIO.c if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "ftp://", 6)) filename 2075 third_party/libxml/src/xmlIO.c xmlIOFTPOpen (const char *filename) { filename 2076 third_party/libxml/src/xmlIO.c return(xmlNanoFTPOpen(filename)); filename 3620 third_party/libxml/src/xmlIO.c xmlParserGetDirectory(const char *filename) { filename 3632 third_party/libxml/src/xmlIO.c if (filename == NULL) return(NULL); filename 3640 third_party/libxml/src/xmlIO.c strncpy(dir, filename, 1023); filename 3693 third_party/libxml/src/xmlIO.c if (ret->filename != NULL) filename 3695 third_party/libxml/src/xmlIO.c (const char *) ret->filename); filename 3726 third_party/libxml/src/xmlIO.c if (ret->filename != NULL) filename 3727 third_party/libxml/src/xmlIO.c xmlFree((xmlChar *) ret->filename); filename 3732 third_party/libxml/src/xmlIO.c ret->filename = filename 42 third_party/libxml/src/xmlcatalog.c static char *filename = NULL; filename 409 third_party/libxml/src/xmlcatalog.c filename = argv[i]; filename 586 third_party/libxml/src/xmlcatalog.c if (noout && filename && *filename) { filename 589 third_party/libxml/src/xmlcatalog.c out = fopen(filename, "w"); filename 591 third_party/libxml/src/xmlcatalog.c fprintf(stderr, "could not open %s for saving\n", filename); filename 563 third_party/libxml/src/xmllint.c if (input->filename) { filename 564 third_party/libxml/src/xmllint.c snprintf(&buffer[len], sizeof(buffer) - len, "%s:%d: ", input->filename, filename 641 third_party/libxml/src/xmllint.c if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { filename 678 third_party/libxml/src/xmllint.c if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { filename 716 third_party/libxml/src/xmllint.c if ((input->filename == NULL) && (ctxt->inputNr > 1)) filename 753 third_party/libxml/src/xmllint.c if ((input->filename == NULL) && (ctxt->inputNr > 1)) filename 1629 third_party/libxml/src/xmllint.c testSAX(const char *filename) { filename 1652 third_party/libxml/src/xmllint.c buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); filename 1672 third_party/libxml/src/xmllint.c fprintf(stderr, "%s validates\n", filename); filename 1674 third_party/libxml/src/xmllint.c fprintf(stderr, "%s fails to validate\n", filename); filename 1678 third_party/libxml/src/xmllint.c filename); filename 1818 third_party/libxml/src/xmllint.c static void streamFile(char *filename) { filename 1828 third_party/libxml/src/xmllint.c if (stat(filename, &info) < 0) filename 1830 third_party/libxml/src/xmllint.c if ((fd = open(filename, O_RDONLY)) < 0) filename 1836 third_party/libxml/src/xmllint.c reader = xmlReaderForMemory(base, info.st_size, filename, filename 1840 third_party/libxml/src/xmllint.c reader = xmlReaderForFile(filename, NULL, options); filename 1939 third_party/libxml/src/xmllint.c "Document %s does not validate\n", filename); filename 1947 third_party/libxml/src/xmllint.c fprintf(stderr, "%s fails to validate\n", filename); filename 1950 third_party/libxml/src/xmllint.c fprintf(stderr, "%s validates\n", filename); filename 1959 third_party/libxml/src/xmllint.c fprintf(stderr, "%s : failed to parse\n", filename); filename 1963 third_party/libxml/src/xmllint.c fprintf(stderr, "Unable to open %s\n", filename); filename 2156 third_party/libxml/src/xmllint.c static void parseAndPrintFile(char *filename, xmlParserCtxtPtr rectxt) { filename 2167 third_party/libxml/src/xmllint.c if (filename == NULL) { filename 2184 third_party/libxml/src/xmllint.c f = fopen(filename, "rb"); filename 2186 third_party/libxml/src/xmllint.c f = fopen(filename, "r"); filename 2198 third_party/libxml/src/xmllint.c chars, res, filename, XML_CHAR_ENCODING_NONE); filename 2215 third_party/libxml/src/xmllint.c if (stat(filename, &info) < 0) filename 2217 third_party/libxml/src/xmllint.c if ((fd = open(filename, O_RDONLY)) < 0) filename 2223 third_party/libxml/src/xmllint.c doc = htmlReadMemory((char *) base, info.st_size, filename, filename 2231 third_party/libxml/src/xmllint.c doc = htmlReadFile(filename, NULL, options); filename 2243 third_party/libxml/src/xmllint.c if ((filename[0] == '-') && (filename[1] == 0)) { filename 2247 third_party/libxml/src/xmllint.c f = fopen(filename, "rb"); filename 2249 third_party/libxml/src/xmllint.c f = fopen(filename, "r"); filename 2262 third_party/libxml/src/xmllint.c chars, res, filename); filename 2282 third_party/libxml/src/xmllint.c if ((filename[0] == '-') && (filename[1] == 0)) { filename 2288 third_party/libxml/src/xmllint.c f = fopen(filename, "rb"); filename 2290 third_party/libxml/src/xmllint.c f = fopen(filename, "r"); filename 2296 third_party/libxml/src/xmllint.c filename, NULL, options); filename 2301 third_party/libxml/src/xmllint.c filename, NULL, options); filename 2320 third_party/libxml/src/xmllint.c doc = xmlCtxtReadFile(ctxt, filename, NULL, options); filename 2330 third_party/libxml/src/xmllint.c if (stat(filename, &info) < 0) filename 2332 third_party/libxml/src/xmllint.c if ((fd = open(filename, O_RDONLY)) < 0) filename 2340 third_party/libxml/src/xmllint.c filename, NULL, options); filename 2343 third_party/libxml/src/xmllint.c filename, NULL, options); filename 2359 third_party/libxml/src/xmllint.c doc = xmlCtxtReadFile(ctxt, filename, NULL, options); filename 2369 third_party/libxml/src/xmllint.c doc = xmlCtxtReadFile(rectxt, filename, NULL, options); filename 2373 third_party/libxml/src/xmllint.c doc = xmlParseFile(filename); filename 2376 third_party/libxml/src/xmllint.c doc = xmlReadFile(filename, NULL, options); filename 2432 third_party/libxml/src/xmllint.c xmlShell(doc, filename, xmlShellReadline, stdout); filename 2749 third_party/libxml/src/xmllint.c filename, dtdvalid); filename 2753 third_party/libxml/src/xmllint.c filename, dtdvalidfpi); filename 2779 third_party/libxml/src/xmllint.c "Document %s does not validate\n", filename); filename 2813 third_party/libxml/src/xmllint.c fprintf(stderr, "%s validates\n", filename); filename 2815 third_party/libxml/src/xmllint.c fprintf(stderr, "%s fails to validate\n", filename); filename 2819 third_party/libxml/src/xmllint.c filename); filename 2844 third_party/libxml/src/xmllint.c fprintf(stderr, "%s validates\n", filename); filename 2846 third_party/libxml/src/xmllint.c fprintf(stderr, "%s fails to validate\n", filename); filename 2850 third_party/libxml/src/xmllint.c filename); filename 2872 third_party/libxml/src/xmllint.c fprintf(stderr, "%s validates\n", filename); filename 2874 third_party/libxml/src/xmllint.c fprintf(stderr, "%s fails to validate\n", filename); filename 2878 third_party/libxml/src/xmllint.c filename); filename 4593 third_party/libxml/src/xmlreader.c if ((input->filename == NULL) && (ctx->inputNr > 1)) filename 4630 third_party/libxml/src/xmlreader.c if ((input->filename == NULL) && (ctx->inputNr > 1)) filename 4633 third_party/libxml/src/xmlreader.c ret = xmlStrdup(BAD_CAST input->filename); filename 5032 third_party/libxml/src/xmlreader.c inputStream->filename = NULL; filename 5034 third_party/libxml/src/xmlreader.c inputStream->filename = (char *) filename 5113 third_party/libxml/src/xmlreader.c (reader->ctxt->input->filename == NULL)) filename 5114 third_party/libxml/src/xmlreader.c reader->ctxt->input->filename = (char *) filename 5218 third_party/libxml/src/xmlreader.c xmlReaderForFile(const char *filename, const char *encoding, int options) filename 5222 third_party/libxml/src/xmlreader.c reader = xmlNewTextReaderFilename(filename); filename 5429 third_party/libxml/src/xmlreader.c xmlReaderNewFile(xmlTextReaderPtr reader, const char *filename, filename 5434 third_party/libxml/src/xmlreader.c if (filename == NULL) filename 5440 third_party/libxml/src/xmlreader.c xmlParserInputBufferCreateFilename(filename, filename 5444 third_party/libxml/src/xmlreader.c return (xmlTextReaderSetup(reader, input, filename, encoding, options)); filename 78 third_party/libxml/src/xmlsave.c const xmlChar *filename; filename 1659 third_party/libxml/src/xmlsave.c xmlSaveToFilename(const char *filename, const char *encoding, int options) filename 1666 third_party/libxml/src/xmlsave.c ret->buf = xmlOutputBufferCreateFilename(filename, ret->handler, filename 2453 third_party/libxml/src/xmlsave.c xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, filename 2479 third_party/libxml/src/xmlsave.c buf = xmlOutputBufferCreateFilename(filename, handler, cur->compression); filename 2508 third_party/libxml/src/xmlsave.c xmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { filename 2509 third_party/libxml/src/xmlsave.c return ( xmlSaveFormatFileEnc( filename, cur, encoding, 0 ) ); filename 2527 third_party/libxml/src/xmlsave.c xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { filename 2528 third_party/libxml/src/xmlsave.c return ( xmlSaveFormatFileEnc( filename, cur, NULL, format ) ); filename 2542 third_party/libxml/src/xmlsave.c xmlSaveFile(const char *filename, xmlDocPtr cur) { filename 2543 third_party/libxml/src/xmlsave.c return(xmlSaveFormatFileEnc(filename, cur, NULL, 0)); filename 2063 third_party/libxml/src/xmlschemas.c file = vctxt->parserCtxt->input->filename; filename 2079 third_party/libxml/src/xmlschemas.c file = vctxt->parserCtxt->input->filename; filename 28729 third_party/libxml/src/xmlschemas.c const char * filename, filename 28735 third_party/libxml/src/xmlschemas.c if ((ctxt == NULL) || (filename == NULL)) filename 28738 third_party/libxml/src/xmlschemas.c input = xmlParserInputBufferCreateFilename(filename, filename 4553 third_party/libxml/src/xmlwriter.c (ctxt->input != NULL) && (ctxt->input->filename != NULL)) { filename 4555 third_party/libxml/src/xmlwriter.c xmlCanonicPath((const xmlChar *) ctxt->input->filename); filename 4558 third_party/libxml/src/xmlwriter.c xmlStrdup((const xmlChar *) ctxt->input->filename); filename 528 third_party/libxslt/libxslt/preproc.c const xmlChar *filename = NULL; filename 567 third_party/libxslt/libxslt/preproc.c filename = xsltEvalStaticAttrValueTemplate(style, inst, filename 640 third_party/libxslt/libxslt/preproc.c filename = xsltEvalStaticAttrValueTemplate(style, inst, filename 646 third_party/libxslt/libxslt/preproc.c comp->filename = filename; filename 3220 third_party/libxslt/libxslt/transform.c xmlChar *filename = NULL, *prop, *elements; filename 3237 third_party/libxslt/libxslt/transform.c if (comp->filename == NULL) { filename 3299 third_party/libxslt/libxslt/transform.c URL = xmlStrdup(comp->filename); filename 3311 third_party/libxslt/libxslt/transform.c filename = xmlBuildURI(URL, (const xmlChar *) ctxt->outputFile); filename 3312 third_party/libxslt/libxslt/transform.c if (filename == NULL) { filename 3317 third_party/libxslt/libxslt/transform.c filename = xmlBuildURI(escURL, (const xmlChar *) ctxt->outputFile); filename 3322 third_party/libxslt/libxslt/transform.c if (filename == NULL) { filename 3334 third_party/libxslt/libxslt/transform.c ret = xsltCheckWrite(ctxt->sec, ctxt, filename); filename 3338 third_party/libxslt/libxslt/transform.c filename); filename 3340 third_party/libxslt/libxslt/transform.c xmlFree(filename); filename 3349 third_party/libxslt/libxslt/transform.c ctxt->outputFile = (const char *) filename; filename 3650 third_party/libxslt/libxslt/transform.c ret = xsltSaveResultToFilename((const char *) filename, filename 3655 third_party/libxslt/libxslt/transform.c filename); filename 3660 third_party/libxslt/libxslt/transform.c "Wrote %d bytes to %s\n", ret, filename); filename 3671 third_party/libxslt/libxslt/transform.c if (filename != NULL) filename 3672 third_party/libxslt/libxslt/transform.c xmlFree(filename); filename 6695 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetFile(const xmlChar* filename) { filename 6702 third_party/libxslt/libxslt/xslt.c if (filename == NULL) filename 6707 third_party/libxslt/libxslt/xslt.c "xsltParseStylesheetFile : parse %s\n", filename); filename 6717 third_party/libxslt/libxslt/xslt.c res = xsltCheckRead(sec, NULL, filename); filename 6721 third_party/libxslt/libxslt/xslt.c filename); filename 6726 third_party/libxslt/libxslt/xslt.c doc = xsltDocDefaultLoader(filename, NULL, XSLT_PARSE_OPTIONS, filename 6730 third_party/libxslt/libxslt/xslt.c "xsltParseStylesheetFile : cannot parse %s\n", filename); filename 936 third_party/libxslt/libxslt/xsltInternals.h const xmlChar *filename; /* document URL */ filename 1406 third_party/libxslt/libxslt/xsltInternals.h const xmlChar *filename; /* document URL */ filename 1834 third_party/libxslt/libxslt/xsltInternals.h xsltParseStylesheetFile (const xmlChar* filename); filename 55 third_party/npapi/npspy/common/logfile.cpp BOOL CLogFile::create(char * filename, BOOL delete_existing) filename 57 third_party/npapi/npspy/common/logfile.cpp strcpy(szFileName, filename); filename 352 third_party/npapi/npspy/common/logger.cpp void Logger::setToFile(BOOL tofile, char * filename) filename 354 third_party/npapi/npspy/common/logger.cpp if(!filename || !*filename || (strlen(filename) > _MAX_PATH)) filename 361 third_party/npapi/npspy/common/logger.cpp BOOL samefile = (_stricmp(szFile, filename) == 0); filename 369 third_party/npapi/npspy/common/logger.cpp strcpy(szFile, filename); filename 383 third_party/npapi/npspy/common/logger.cpp strcpy(szFile, filename); filename 380 third_party/npapi/npspy/extern/java/jriext.h const char* *filename, jsize *lineNumber); filename 505 third_party/npapi/npspy/extern/java/jriext.h #define JRI_GetSourceInfo(env, frameIndex, filename, lineNumber) \ filename 506 third_party/npapi/npspy/extern/java/jriext.h ((*(env))->GetSourceInfo(env, frameIndex, filename, lineNumber)) filename 609 third_party/npapi/npspy/extern/nspr/md/_macos.h extern FILE *_OS_FOPEN(const char *filename, const char *mode); filename 77 third_party/npapi/npspy/extern/nspr/prvrsion.h char * filename; /* The original filename */ filename 53 third_party/npapi/npspy/include/logfile.h BOOL create(char * filename, BOOL delete_existing = FALSE); filename 80 third_party/npapi/npspy/include/logger.h void setToFile(BOOL tofile, char * filename); filename 107 third_party/npapi/npspy/windows/gui_log.cpp char filename[_MAX_PATH]; filename 108 third_party/npapi/npspy/windows/gui_log.cpp GetDlgItemText(hWnd, IDC_EDIT_FILE, filename, strlen(filename)); filename 109 third_party/npapi/npspy/windows/gui_log.cpp logger->setToFile(BST_CHECKED == IsDlgButtonChecked(hWnd, IDC_CHECK_TOFILE), filename); filename 3889 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java public static ByteString readBytesFromFile(String filename) { filename 3890 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java File fullPath = new File(getTestDataDir(), filename); filename 48 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc const string& filename, const string& insertion_point) { filename 105 third_party/protobuf/src/google/protobuf/compiler/code_generator.h virtual io::ZeroCopyOutputStream* Open(const string& filename) = 0; filename 114 third_party/protobuf/src/google/protobuf/compiler/code_generator.h const string& filename, const string& insertion_point); filename 161 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool TryCreateParentDirectory(const string& prefix, const string& filename) { filename 164 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc SplitStringUsing(filename, "/", &parts); filename 170 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": while trying to create directory " filename 192 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc void AddError(const string& filename, int line, int column, filename 199 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc tree_->VirtualFileToDiskFile(filename, &dfile)) { filename 202 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename; filename 247 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool WriteAllToZip(const string& filename); filename 254 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc io::ZeroCopyOutputStream* Open(const string& filename); filename 256 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const string& filename, const string& insertion_point); filename 274 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc MemoryOutputStream(GeneratorContextImpl* directory, const string& filename); filename 275 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc MemoryOutputStream(GeneratorContextImpl* directory, const string& filename, filename 328 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string filename = prefix + relative_filename; filename 334 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); filename 339 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": " << strerror(error); filename 363 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": write: " << strerror(error); filename 365 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": write() returned zero?" << endl; filename 376 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": close: " << strerror(error); filename 385 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const string& filename) { filename 394 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0666); filename 399 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": " << strerror(error); filename 415 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": " << strerror(stream.GetErrno()) << endl; filename 419 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc cerr << filename << ": " << strerror(stream.GetErrno()) << endl; filename 436 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const string& filename) { filename 437 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc return new MemoryOutputStream(this, filename); filename 442 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const string& filename, const string& insertion_point) { filename 443 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc return new MemoryOutputStream(this, filename, insertion_point); filename 449 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc GeneratorContextImpl* directory, const string& filename) filename 451 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc filename_(filename), filename 456 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc GeneratorContextImpl* directory, const string& filename, filename 459 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc filename_(filename), filename 163 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void ReadDescriptorSet(const string& filename, filename 414 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc const string& filename, FileDescriptorSet* descriptor_set) { filename 415 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc string path = temp_directory_ + "/" + filename; filename 1414 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc string filename = TestTempDir() + "/test_stdin"; filename 1415 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc File::WriteStringToFileOrDie(input, filename); filename 1416 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc GOOGLE_CHECK(RedirectStdinFromFile(filename)); filename 1419 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc bool RedirectStdinFromFile(const string& filename) { filename 1420 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc int fd = open(filename.c_str(), O_RDONLY); filename 1468 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void ExpectStdoutMatchesBinaryFile(const string& filename) { filename 1470 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc ASSERT_TRUE(File::ReadFileToString(filename, &expected_output)); filename 1477 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void ExpectStdoutMatchesTextFile(const string& filename) { filename 1479 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc ASSERT_TRUE(File::ReadFileToString(filename, &expected_output)); filename 75 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc void AddError(const string& filename, int line, int column, filename 78 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc filename, line, column, message); filename 107 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc virtual io::ZeroCopyOutputStream* Open(const string& filename) { filename 108 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc string** map_slot = &files_[filename]; filename 200 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string StripProto(const string& filename) { filename 201 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc if (HasSuffixString(filename, ".protodevel")) { filename 202 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc return StripSuffixString(filename, ".protodevel"); filename 204 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc return StripSuffixString(filename, ".proto"); filename 342 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string FilenameIdentifier(const string& filename) { filename 344 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc for (int i = 0; i < filename.size(); i++) { filename 345 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc if (ascii_isalnum(filename[i])) { filename 346 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc result.push_back(filename[i]); filename 352 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc result.append(FastHexToBuffer(static_cast<uint8>(filename[i]), buffer)); filename 359 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string GlobalAddDescriptorsName(const string& filename) { filename 360 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc return "protobuf_AddDesc_" + FilenameIdentifier(filename); filename 364 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string GlobalAssignDescriptorsName(const string& filename) { filename 365 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc return "protobuf_AssignDesc_" + FilenameIdentifier(filename); filename 369 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string GlobalShutdownFileName(const string& filename) { filename 370 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc return "protobuf_ShutdownFile_" + FilenameIdentifier(filename); filename 93 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string StripProto(const string& filename); filename 110 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string FilenameIdentifier(const string& filename); filename 113 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string GlobalAddDescriptorsName(const string& filename); filename 116 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string GlobalAssignDescriptorsName(const string& filename); filename 119 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string GlobalShutdownFileName(const string& filename); filename 73 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc void TryInsert(const string& filename, const string& insertion_point, filename 76 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc context->OpenForInsert(filename, insertion_point)); filename 90 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc void AddError(const string& filename, int line, int column, filename 93 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc filename, line, column, message); filename 88 third_party/protobuf/src/google/protobuf/compiler/importer.cc SingleFileErrorCollector(const string& filename, filename 90 third_party/protobuf/src/google/protobuf/compiler/importer.cc : filename_(filename), filename 123 third_party/protobuf/src/google/protobuf/compiler/importer.cc const string& filename, FileDescriptorProto* output) { filename 124 third_party/protobuf/src/google/protobuf/compiler/importer.cc scoped_ptr<io::ZeroCopyInputStream> input(source_tree_->Open(filename)); filename 127 third_party/protobuf/src/google/protobuf/compiler/importer.cc error_collector_->AddError(filename, -1, 0, "File not found."); filename 133 third_party/protobuf/src/google/protobuf/compiler/importer.cc SingleFileErrorCollector file_error_collector(filename, error_collector_); filename 145 third_party/protobuf/src/google/protobuf/compiler/importer.cc output->set_name(filename); filename 171 third_party/protobuf/src/google/protobuf/compiler/importer.cc const string& filename, filename 180 third_party/protobuf/src/google/protobuf/compiler/importer.cc owner_->error_collector_->AddError(filename, line, column, message); filename 194 third_party/protobuf/src/google/protobuf/compiler/importer.cc const FileDescriptor* Importer::Import(const string& filename) { filename 195 third_party/protobuf/src/google/protobuf/compiler/importer.cc return pool_.FindFileByName(filename); filename 289 third_party/protobuf/src/google/protobuf/compiler/importer.cc static bool ApplyMapping(const string& filename, filename 295 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (ContainsParentReference(filename)) { filename 299 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (HasPrefixString(filename, "/") || filename 300 third_party/protobuf/src/google/protobuf/compiler/importer.cc IsWindowsAbsolutePath(filename)) { filename 306 third_party/protobuf/src/google/protobuf/compiler/importer.cc result->append(filename); filename 308 third_party/protobuf/src/google/protobuf/compiler/importer.cc } else if (HasPrefixString(filename, old_prefix)) { filename 310 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (filename.size() == old_prefix.size()) { filename 319 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (filename[old_prefix.size()] == '/') { filename 321 third_party/protobuf/src/google/protobuf/compiler/importer.cc } else if (filename[old_prefix.size() - 1] == '/') { filename 329 third_party/protobuf/src/google/protobuf/compiler/importer.cc string after_prefix = filename.substr(after_prefix_start); filename 403 third_party/protobuf/src/google/protobuf/compiler/importer.cc io::ZeroCopyInputStream* DiskSourceTree::Open(const string& filename) { filename 404 third_party/protobuf/src/google/protobuf/compiler/importer.cc return OpenVirtualFile(filename, NULL); filename 443 third_party/protobuf/src/google/protobuf/compiler/importer.cc const string& filename) { filename 446 third_party/protobuf/src/google/protobuf/compiler/importer.cc file_descriptor = open(filename.c_str(), O_RDONLY); filename 99 third_party/protobuf/src/google/protobuf/compiler/importer.h bool FindFileByName(const string& filename, FileDescriptorProto* output); filename 118 third_party/protobuf/src/google/protobuf/compiler/importer.h void AddError(const string& filename, filename 161 third_party/protobuf/src/google/protobuf/compiler/importer.h const FileDescriptor* Import(const string& filename); filename 185 third_party/protobuf/src/google/protobuf/compiler/importer.h virtual void AddError(const string& filename, int line, int column, filename 205 third_party/protobuf/src/google/protobuf/compiler/importer.h virtual io::ZeroCopyInputStream* Open(const string& filename) = 0; filename 276 third_party/protobuf/src/google/protobuf/compiler/importer.h io::ZeroCopyInputStream* Open(const string& filename); filename 295 third_party/protobuf/src/google/protobuf/compiler/importer.h io::ZeroCopyInputStream* OpenDiskFile(const string& filename); filename 66 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc void AddError(const string& filename, int line, int column, filename 69 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc filename, line, column, message); filename 86 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc io::ZeroCopyInputStream* Open(const string& filename) { filename 87 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const char* contents = FindPtrOrNull(files_, filename); filename 106 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc void AddFile(const string& filename, const char* text) { filename 107 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc source_tree_.AddFile(filename, text); filename 349 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc void AddFile(const string& filename, const char* contents) { filename 350 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc File::WriteStringToFileOrDie(contents, filename); filename 357 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc void ExpectFileContents(const string& filename, filename 359 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename)); filename 374 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc void ExpectFileNotFound(const string& filename) { filename 375 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename)); filename 430 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc string filename = package_dir + descriptor->name() + name_suffix + ".java"; filename 431 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc file_list->push_back(filename); filename 433 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc scoped_ptr<io::ZeroCopyOutputStream> output(context->Open(filename)); filename 113 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string StripProto(const string& filename) { filename 114 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (HasSuffixString(filename, ".protodevel")) { filename 115 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc return StripSuffixString(filename, ".protodevel"); filename 117 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc return StripSuffixString(filename, ".proto"); filename 62 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string StripProto(const string& filename); filename 61 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc string filename = "Test.java"; filename 62 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "outer_class_scope", context); filename 63 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "class_scope:foo.Bar", context); filename 64 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "class_scope:foo.Bar.Baz", context); filename 65 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "builder_scope:foo.Bar", context); filename 66 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "builder_scope:foo.Bar.Baz", context); filename 67 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc TryInsert(filename, "enum_scope:foo.Qux", context); filename 71 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc void TryInsert(const string& filename, const string& insertion_point, filename 74 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc context->OpenForInsert(filename, insertion_point)); filename 84 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc void AddError(const string& filename, filename 72 third_party/protobuf/src/google/protobuf/compiler/plugin.cc virtual io::ZeroCopyOutputStream* Open(const string& filename) { filename 74 third_party/protobuf/src/google/protobuf/compiler/plugin.cc file->set_name(filename); filename 79 third_party/protobuf/src/google/protobuf/compiler/plugin.cc const string& filename, const string& insertion_point) { filename 81 third_party/protobuf/src/google/protobuf/compiler/plugin.cc file->set_name(filename); filename 72 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string StripProto(const string& filename) { filename 73 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const char* suffix = HasSuffixString(filename, ".protodevel") filename 75 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc return StripSuffixString(filename, suffix); filename 80 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string ModuleName(const string& filename) { filename 81 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string basename = StripProto(filename); filename 261 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string filename = module_name; filename 262 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc StripString(&filename, ".", '/'); filename 263 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc filename += ".py"; filename 270 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc scoped_ptr<io::ZeroCopyOutputStream> output(context->Open(filename)); filename 68 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc void TryInsert(const string& filename, const string& insertion_point, filename 71 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc context->OpenForInsert(filename, insertion_point)); filename 139 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc bool ZipWriter::Write(const string& filename, const string& contents) { filename 142 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc info.name = filename; filename 143 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc uint16 filename_size = filename.size(); filename 163 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc output.WriteString(filename); // file name filename 176 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc const string &filename = files_[i].name; filename 177 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc uint16 filename_size = filename.size(); filename 199 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc output.WriteString(filename); // file name filename 76 third_party/protobuf/src/google/protobuf/compiler/zip_writer.h bool Write(const string& filename, const string& contents); filename 883 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::InternalIsFileLoaded(const string& filename) const { filename 885 third_party/protobuf/src/google/protobuf/descriptor.cc return tables_->FindFile(filename) != NULL; filename 1162 third_party/protobuf/src/google/protobuf/descriptor.h const string& filename, // File name in which the error occurred. filename 1255 third_party/protobuf/src/google/protobuf/descriptor.h bool InternalIsFileLoaded(const string& filename) const; filename 175 third_party/protobuf/src/google/protobuf/descriptor_database.cc const string& filename) { filename 176 third_party/protobuf/src/google/protobuf/descriptor_database.cc return FindWithDefault(by_name_, filename, Value()); filename 268 third_party/protobuf/src/google/protobuf/descriptor_database.cc const string& filename, filename 270 third_party/protobuf/src/google/protobuf/descriptor_database.cc return MaybeCopy(index_.FindFile(filename), output); filename 329 third_party/protobuf/src/google/protobuf/descriptor_database.cc const string& filename, filename 331 third_party/protobuf/src/google/protobuf/descriptor_database.cc return MaybeParse(index_.FindFile(filename), output); filename 397 third_party/protobuf/src/google/protobuf/descriptor_database.cc const string& filename, filename 399 third_party/protobuf/src/google/protobuf/descriptor_database.cc const FileDescriptor* file = pool_.FindFileByName(filename); filename 462 third_party/protobuf/src/google/protobuf/descriptor_database.cc const string& filename, filename 465 third_party/protobuf/src/google/protobuf/descriptor_database.cc if (sources_[i]->FindFileByName(filename, output)) { filename 72 third_party/protobuf/src/google/protobuf/descriptor_database.h virtual bool FindFileByName(const string& filename, filename 144 third_party/protobuf/src/google/protobuf/descriptor_database.h bool FindFileByName(const string& filename, filename 173 third_party/protobuf/src/google/protobuf/descriptor_database.h Value FindFile(const string& filename); filename 289 third_party/protobuf/src/google/protobuf/descriptor_database.h bool FindFileByName(const string& filename, filename 318 third_party/protobuf/src/google/protobuf/descriptor_database.h bool FindFileByName(const string& filename, filename 347 third_party/protobuf/src/google/protobuf/descriptor_database.h bool FindFileByName(const string& filename, filename 505 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc string filename; filename 506 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_TRUE(db.FindNameOfFileContainingSymbol("foo.Foo", &filename)); filename 507 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_EQ("foo.proto", filename); filename 508 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_TRUE(db.FindNameOfFileContainingSymbol("foo.Foo.Blah", &filename)); filename 509 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_EQ("foo.proto", filename); filename 510 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_TRUE(db.FindNameOfFileContainingSymbol("bar.Bar", &filename)); filename 511 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_EQ("bar.proto", filename); filename 512 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_FALSE(db.FindNameOfFileContainingSymbol("foo", &filename)); filename 513 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_FALSE(db.FindNameOfFileContainingSymbol("bar", &filename)); filename 514 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc EXPECT_FALSE(db.FindNameOfFileContainingSymbol("baz.Baz", &filename)); filename 2447 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc void AddError(const string& filename, filename 2466 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc filename, element_name, location_name, message); filename 4054 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc bool FindFileByName(const string& filename, filename 4057 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc if (filename == "error.proto") { filename 4062 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc } else if (filename == "error2.proto") { filename 4101 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc bool FindFileByName(const string& filename, filename 4104 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc return wrapped_db_->FindFileByName(filename, output); filename 4132 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc bool FindFileByName(const string& filename, filename 4134 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc return wrapped_db_->FindFileByName(filename, output); filename 4445 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const string &filename, filename 4450 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc GOOGLE_LOG(FATAL) << "AddError() called unexpectedly: " << filename << ": " filename 4460 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc SingletonSourceTree(const string& filename, const string& contents) filename 4461 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc : filename_(filename), contents_(contents) {} filename 4463 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc virtual io::ZeroCopyInputStream* Open(const string& filename) { filename 4464 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc return filename == filename_ ? filename 678 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc string filename = TestTempDir() + "/zero_copy_stream_test_file"; filename 684 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777); filename 709 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc string filename = TestTempDir() + "/zero_copy_stream_test_file"; filename 715 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc open(filename.c_str(), O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0777); filename 346 third_party/protobuf/src/google/protobuf/message.cc const char* filename, void (*register_messages)(const string&)) { filename 347 third_party/protobuf/src/google/protobuf/message.cc GeneratedMessageFactory::singleton()->RegisterFile(filename, filename 740 third_party/protobuf/src/google/protobuf/message.h const char* filename, void (*register_messages)(const string&)); filename 108 third_party/protobuf/src/google/protobuf/message_unittest.cc string filename = TestSourceDir() + filename 110 third_party/protobuf/src/google/protobuf/message_unittest.cc int file = open(filename.c_str(), O_RDONLY | O_BINARY); filename 120 third_party/protobuf/src/google/protobuf/message_unittest.cc string filename = filename 123 third_party/protobuf/src/google/protobuf/message_unittest.cc int file = open(filename.c_str(), O_RDONLY | O_BINARY); filename 58 third_party/protobuf/src/google/protobuf/stubs/common.cc const char* filename) { filename 68 third_party/protobuf/src/google/protobuf/stubs/common.cc << filename << "\".)"; filename 80 third_party/protobuf/src/google/protobuf/stubs/common.cc << filename << "\".)"; filename 107 third_party/protobuf/src/google/protobuf/stubs/common.cc void DefaultLogHandler(LogLevel level, const char* filename, int line, filename 114 third_party/protobuf/src/google/protobuf/stubs/common.cc level_names[level], filename, line, message.c_str()); filename 118 third_party/protobuf/src/google/protobuf/stubs/common.cc void NullLogHandler(LogLevel level, const char* filename, int line, filename 176 third_party/protobuf/src/google/protobuf/stubs/common.cc LogMessage::LogMessage(LogLevel level, const char* filename, int line) filename 177 third_party/protobuf/src/google/protobuf/stubs/common.cc : level_(level), filename_(filename), line_(line) {} filename 153 third_party/protobuf/src/google/protobuf/stubs/common.h const char* filename); filename 664 third_party/protobuf/src/google/protobuf/stubs/common.h LogMessage(LogLevel level, const char* filename, int line); filename 774 third_party/protobuf/src/google/protobuf/stubs/common.h typedef void LogHandler(LogLevel level, const char* filename, int line, filename 1214 third_party/protobuf/src/google/protobuf/stubs/common.h FatalException(const char* filename, int line, const std::string& message) filename 1215 third_party/protobuf/src/google/protobuf/stubs/common.h : filename_(filename), line_(line), message_(message) {} filename 1220 third_party/protobuf/src/google/protobuf/stubs/common.h const char* filename() const { return filename_; } filename 81 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc void CaptureLog(LogLevel level, const char* filename, int line, filename 85 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc implicit_cast<int>(level), filename, line, message)); filename 232 third_party/protobuf/src/google/protobuf/testing/googletest.cc void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename, filename 91 third_party/protobuf/src/google/protobuf/testing/googletest.h static void HandleLog(LogLevel level, const char* filename, int line, filename 2956 third_party/sqlite/amalgamation/sqlite3.c const char *filename, /* Database filename (UTF-8) */ filename 2960 third_party/sqlite/amalgamation/sqlite3.c const void *filename, /* Database filename (UTF-16) */ filename 2964 third_party/sqlite/amalgamation/sqlite3.c const char *filename, /* Database filename (UTF-8) */ filename 109301 third_party/sqlite/amalgamation/sqlite3.c const char *filename, /* Database filename (UTF-8) */ filename 109306 third_party/sqlite/amalgamation/sqlite3.c return openDatabase(filename, ppDb, flags, zVfs); filename 2413 third_party/sqlite/amalgamation/sqlite3.h const char *filename, /* Database filename (UTF-8) */ filename 2417 third_party/sqlite/amalgamation/sqlite3.h const void *filename, /* Database filename (UTF-16) */ filename 2421 third_party/sqlite/amalgamation/sqlite3.h const char *filename, /* Database filename (UTF-8) */ filename 2056 third_party/sqlite/src/src/main.c const char *filename, /* Database filename (UTF-8) */ filename 2061 third_party/sqlite/src/src/main.c return openDatabase(filename, ppDb, flags, zVfs); filename 302 third_party/sqlite/src/tool/lemon.c char *filename; /* Name of the input file */ filename 760 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,0, filename 778 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,0, filename 1057 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,rp->ruleline,"This rule can not be reduced.\n"); filename 1267 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,rp->line,"Nonterminal \"%s\" has no rules.", filename 1348 third_party/sqlite/src/tool/lemon.c void ErrorMsg(const char *filename, int lineno, const char *format, ...){ filename 1350 third_party/sqlite/src/tool/lemon.c fprintf(stderr, "%s:%d: ", filename, lineno); filename 1455 third_party/sqlite/src/tool/lemon.c lem.filename = OptArg(0); filename 1968 third_party/sqlite/src/tool/lemon.c char *filename; /* Name of the input file */ filename 1997 third_party/sqlite/src/tool/lemon.c printf("%s:%d: Token=[%s] state=%d\n",psp->filename,psp->tokenlineno, filename 2017 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2022 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2033 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2041 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2045 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2049 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2060 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2072 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2084 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2095 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2105 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2118 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2151 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2179 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2186 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2197 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2208 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2280 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2286 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2294 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2308 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2315 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2336 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2344 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2369 third_party/sqlite/src/tool/lemon.c for(z=psp->filename, nBack=0; *z; z++){ filename 2374 third_party/sqlite/src/tool/lemon.c n += nLine + lemonStrlen(psp->filename) + nBack; filename 2385 third_party/sqlite/src/tool/lemon.c for(z=psp->filename; *z; z++){ filename 2402 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename,psp->tokenlineno, filename 2412 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename, psp->tokenlineno, filename 2420 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename, psp->tokenlineno, filename 2433 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename, psp->tokenlineno, filename 2441 third_party/sqlite/src/tool/lemon.c ErrorMsg(psp->filename, psp->tokenlineno, filename 2526 third_party/sqlite/src/tool/lemon.c ps.filename = gp->filename; filename 2531 third_party/sqlite/src/tool/lemon.c fp = fopen(ps.filename,"rb"); filename 2533 third_party/sqlite/src/tool/lemon.c ErrorMsg(ps.filename,0,"Can't open this file for reading."); filename 2542 third_party/sqlite/src/tool/lemon.c ErrorMsg(ps.filename,0,"Can't allocate %d of memory to hold this file.", filename 2548 third_party/sqlite/src/tool/lemon.c ErrorMsg(ps.filename,0,"Can't read in all %d bytes of this file.", filename 2588 third_party/sqlite/src/tool/lemon.c ErrorMsg(ps.filename,startline, filename 2627 third_party/sqlite/src/tool/lemon.c ErrorMsg(ps.filename,ps.tokenlineno, filename 2734 third_party/sqlite/src/tool/lemon.c name = (char*)malloc( lemonStrlen(lemp->filename) + lemonStrlen(suffix) + 5 ); filename 2739 third_party/sqlite/src/tool/lemon.c strcpy(name,lemp->filename); filename 2791 third_party/sqlite/src/tool/lemon.c printf("// Reprint of input file \"%s\".\n// Symbols:\n",lemp->filename); filename 3125 third_party/sqlite/src/tool/lemon.c cp = strrchr(lemp->filename,'.'); filename 3127 third_party/sqlite/src/tool/lemon.c sprintf(buf,"%.*s.lt",(int)(cp-lemp->filename),lemp->filename); filename 3129 third_party/sqlite/src/tool/lemon.c sprintf(buf,"%s.lt",lemp->filename); filename 3154 third_party/sqlite/src/tool/lemon.c PRIVATE void tplt_linedir(FILE *out, int lineno, char *filename) filename 3157 third_party/sqlite/src/tool/lemon.c while( *filename ){ filename 3158 third_party/sqlite/src/tool/lemon.c if( *filename == '\\' ) putc('\\',out); filename 3159 third_party/sqlite/src/tool/lemon.c putc(*filename,out); filename 3160 third_party/sqlite/src/tool/lemon.c filename++; filename 3203 third_party/sqlite/src/tool/lemon.c if (!lemp->nolinenosflag) { (*lineno)++; tplt_linedir(out,sp->destLineno,lemp->filename); } filename 3357 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,rp->ruleline, filename 3367 third_party/sqlite/src/tool/lemon.c ErrorMsg(lemp->filename,rp->ruleline, filename 3400 third_party/sqlite/src/tool/lemon.c if (!lemp->nolinenosflag) { (*lineno)++; tplt_linedir(out,rp->line,lemp->filename); } filename 599 third_party/talloc/libreplace/replace.c int rep_utime(const char *filename, const struct utimbuf *buf) filename 607 third_party/talloc/libreplace/replace.c int rep_utimes(const char *filename, const struct timeval tv[2]) filename 621 third_party/talloc/libreplace/replace.c return utime(filename, &u); filename 61 third_party/talloc/libreplace/system/time.h int rep_utime(const char *filename, const struct utimbuf *buf); filename 66 third_party/talloc/libreplace/system/time.h int rep_utimes(const char *filename, const struct timeval tv[2]); filename 47 third_party/tcmalloc/chromium/src/base/logging.cc RawFD RawOpenForWriting(const char* filename) { filename 52 third_party/tcmalloc/chromium/src/base/logging.cc RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL, filename 89 third_party/tcmalloc/chromium/src/base/logging.cc RawFD RawOpenForWriting(const char* filename) { filename 90 third_party/tcmalloc/chromium/src/base/logging.cc return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664); filename 288 third_party/tcmalloc/chromium/src/base/logging.h RawFD RawOpenForWriting(const char* filename); // uses default permissions filename 96 third_party/tcmalloc/chromium/src/base/sysinfo.cc # define safeopen(filename, mode) syscall(SYS_open, filename, mode) filename 98 third_party/tcmalloc/chromium/src/base/sysinfo.cc # define safeopen(filename, mode) open(filename, mode) filename 545 third_party/tcmalloc/chromium/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename, filename 564 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (filename) filename 565 third_party/tcmalloc/chromium/src/base/sysinfo.cc *filename = const_cast<char*>(_dyld_get_image_name(current_image)); filename 815 third_party/tcmalloc/chromium/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename) { filename 816 third_party/tcmalloc/chromium/src/base/sysinfo.cc return NextExt(start, end, flags, offset, inode, filename, NULL, NULL, filename 824 third_party/tcmalloc/chromium/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename, filename 927 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (filename) *filename = stext_ + filename_offset; filename 1001 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (filename) *filename = current_filename_; filename 1026 third_party/tcmalloc/chromium/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 1035 third_party/tcmalloc/chromium/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 1060 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (filename) *filename = module_.szExePath; filename 1077 third_party/tcmalloc/chromium/src/base/sysinfo.cc const char *filename, dev_t dev) { filename 1091 third_party/tcmalloc/chromium/src/base/sysinfo.cc inode, filename); filename 1108 third_party/tcmalloc/chromium/src/base/sysinfo.cc char *flags, *filename; filename 1111 third_party/tcmalloc/chromium/src/base/sysinfo.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 1115 third_party/tcmalloc/chromium/src/base/sysinfo.cc inode, filename, 0); filename 1134 third_party/tcmalloc/chromium/src/base/sysinfo.cc char *flags, *filename; filename 1136 third_party/tcmalloc/chromium/src/base/sysinfo.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 1138 third_party/tcmalloc/chromium/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 157 third_party/tcmalloc/chromium/src/base/sysinfo.h uint64 offset, int64 inode, const char *filename, filename 179 third_party/tcmalloc/chromium/src/base/sysinfo.h uint64 *offset, int64 *inode, char **filename); filename 182 third_party/tcmalloc/chromium/src/base/sysinfo.h uint64 *offset, int64 *inode, char **filename, filename 71 third_party/tcmalloc/chromium/src/deep-heap-profile.cc char filename[100]; filename 73 third_party/tcmalloc/chromium/src/deep-heap-profile.cc snprintf(filename, sizeof(filename), "/proc/%d/cmdline", filename 75 third_party/tcmalloc/chromium/src/deep-heap-profile.cc fd = open(filename, O_RDONLY); filename 123 third_party/tcmalloc/chromium/src/deep-heap-profile.cc char filename[100]; filename 124 third_party/tcmalloc/chromium/src/deep-heap-profile.cc snprintf(filename, sizeof(filename), "/proc/%d/pagemap", filename 126 third_party/tcmalloc/chromium/src/deep-heap-profile.cc pagemap_fd_ = open(filename, O_RDONLY); filename 130 third_party/tcmalloc/chromium/src/deep-heap-profile.cc snprintf(filename, sizeof(filename), "/proc/kpagecount"); filename 131 third_party/tcmalloc/chromium/src/deep-heap-profile.cc kpagecount_fd_ = open(filename, O_RDONLY); filename 694 third_party/tcmalloc/chromium/src/deep-heap-profile.cc char filename[100]; filename 695 third_party/tcmalloc/chromium/src/deep-heap-profile.cc snprintf(filename, sizeof(filename), filename 697 third_party/tcmalloc/chromium/src/deep-heap-profile.cc RawFD fd = RawOpenForWriting(filename); filename 825 third_party/tcmalloc/chromium/src/deep-heap-profile.cc char* filename; filename 843 third_party/tcmalloc/chromium/src/deep-heap-profile.cc &flags, &offset, &inode, &filename)) { filename 848 third_party/tcmalloc/chromium/src/deep-heap-profile.cc flags, offset, inode, filename, 0); filename 854 third_party/tcmalloc/chromium/src/deep-heap-profile.cc if (strcmp("[vsyscall]", filename) == 0) { filename 861 third_party/tcmalloc/chromium/src/deep-heap-profile.cc if (filename[0] == '/') { filename 866 third_party/tcmalloc/chromium/src/deep-heap-profile.cc } else if (filename[0] == '\0' || filename[0] == '\n') { filename 868 third_party/tcmalloc/chromium/src/deep-heap-profile.cc } else if (strcmp(filename, "[stack]") == 0) { filename 981 third_party/tcmalloc/chromium/src/deep-heap-profile.cc flags, offset, inode, filename, 0); filename 1129 third_party/tcmalloc/chromium/src/deep-heap-profile.cc char filename[100]; filename 1130 third_party/tcmalloc/chromium/src/deep-heap-profile.cc snprintf(filename, sizeof(filename), filename 1133 third_party/tcmalloc/chromium/src/deep-heap-profile.cc RawFD fd = RawOpenForWriting(filename); filename 806 third_party/tcmalloc/chromium/src/heap-checker.cc const char* filename) { filename 810 third_party/tcmalloc/chromium/src/heap-checker.cc if (filename == NULL || *filename == '\0') { filename 811 third_party/tcmalloc/chromium/src/heap-checker.cc filename = kUnnamedProcSelfMapEntry; filename 814 third_party/tcmalloc/chromium/src/heap-checker.cc filename, start_address, end_address); filename 815 third_party/tcmalloc/chromium/src/heap-checker.cc (*library_live_objects)[filename]. filename 909 third_party/tcmalloc/chromium/src/heap-checker.cc char *permissions, *filename; filename 914 third_party/tcmalloc/chromium/src/heap-checker.cc &file_offset, &inode, &filename)) { filename 936 third_party/tcmalloc/chromium/src/heap-checker.cc if ((hc_strstr(filename, "lib") && hc_strstr(filename, ".so")) || filename 937 third_party/tcmalloc/chromium/src/heap-checker.cc hc_strstr(filename, ".dll") || filename 940 third_party/tcmalloc/chromium/src/heap-checker.cc hc_strstr(filename, ".dylib") || hc_strstr(filename, ".bundle")) { filename 953 third_party/tcmalloc/chromium/src/heap-checker.cc DisableLibraryAllocsLocked(filename, start_address, end_address); filename 958 third_party/tcmalloc/chromium/src/heap-checker.cc permissions, filename); filename 672 third_party/tcmalloc/chromium/src/heap-profile-table.cc const char* filename, filename 738 third_party/tcmalloc/chromium/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { filename 739 third_party/tcmalloc/chromium/src/heap-profile-table.cc RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); filename 483 third_party/tcmalloc/chromium/src/heap-profile-table.h void ReportLeaks(const char* checker_name, const char* filename, filename 654 third_party/tcmalloc/chromium/src/heap-profiler.cc extern "C" void HeapProfilerDumpAliveObjects(const char* filename) { filename 659 third_party/tcmalloc/chromium/src/heap-profiler.cc heap_profile->DumpMarkedObjects(HeapProfileTable::MARK_TWO, filename); filename 78 third_party/tcmalloc/chromium/src/internal_logging.cc void Log(LogMode mode, const char* filename, int line, filename 83 third_party/tcmalloc/chromium/src/internal_logging.cc state.AddStr(filename, strlen(filename)) filename 98 third_party/tcmalloc/chromium/src/internal_logging.h extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line, filename 154 third_party/tcmalloc/chromium/src/profiledata.cc char *flags, *filename; filename 156 third_party/tcmalloc/chromium/src/profiledata.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 158 third_party/tcmalloc/chromium/src/profiledata.cc start, end, flags, offset, inode, filename, filename 412 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 432 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), filename 454 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 483 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 502 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 526 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 553 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 577 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 586 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_EQ(0, stat(checker_.filename().c_str(), &statbuf)); filename 596 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 96 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc const char* filename = NULL; filename 101 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc filename = argv[3]; filename 104 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc if (filename) { filename 105 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc ProfilerStart(filename); filename 119 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc if (filename) { filename 137 third_party/tcmalloc/chromium/src/tests/profiler_unittest.cc if (filename) { filename 58 third_party/tcmalloc/chromium/src/tests/sampling_test.cc static void WriteStringToFile(const string& s, const string& filename) { filename 59 third_party/tcmalloc/chromium/src/tests/sampling_test.cc FILE* fp = fopen(filename.c_str(), "w"); filename 61 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c char* filename = "a.out"; /* The default if -e isn't specified */ filename 75 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c filename = argv[i+1]; filename 114 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0); filename 119 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c error, filename); filename 190 third_party/tcmalloc/chromium/src/windows/nm-pdb.c char* filename = NULL; filename 206 third_party/tcmalloc/chromium/src/windows/nm-pdb.c filename = argv[i]; filename 237 third_party/tcmalloc/chromium/src/windows/nm-pdb.c module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0); filename 242 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error, filename); filename 47 third_party/tcmalloc/vendor/src/base/logging.cc RawFD RawOpenForWriting(const char* filename) { filename 52 third_party/tcmalloc/vendor/src/base/logging.cc RawFD fd = CreateFileA(filename, GENERIC_WRITE, 0, NULL, filename 89 third_party/tcmalloc/vendor/src/base/logging.cc RawFD RawOpenForWriting(const char* filename) { filename 90 third_party/tcmalloc/vendor/src/base/logging.cc return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664); filename 254 third_party/tcmalloc/vendor/src/base/logging.h RawFD RawOpenForWriting(const char* filename); // uses default permissions filename 91 third_party/tcmalloc/vendor/src/base/sysinfo.cc # define safeopen(filename, mode) syscall(SYS_open, filename, mode) filename 93 third_party/tcmalloc/vendor/src/base/sysinfo.cc # define safeopen(filename, mode) open(filename, mode) filename 528 third_party/tcmalloc/vendor/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename, filename 547 third_party/tcmalloc/vendor/src/base/sysinfo.cc if (filename) filename 548 third_party/tcmalloc/vendor/src/base/sysinfo.cc *filename = const_cast<char*>(_dyld_get_image_name(current_image)); filename 659 third_party/tcmalloc/vendor/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename) { filename 660 third_party/tcmalloc/vendor/src/base/sysinfo.cc return NextExt(start, end, flags, offset, inode, filename, NULL, NULL, filename 668 third_party/tcmalloc/vendor/src/base/sysinfo.cc uint64 *offset, int64 *inode, char **filename, filename 770 third_party/tcmalloc/vendor/src/base/sysinfo.cc if (filename) *filename = stext_ + filename_offset; filename 843 third_party/tcmalloc/vendor/src/base/sysinfo.cc if (filename) *filename = current_filename_; filename 868 third_party/tcmalloc/vendor/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 877 third_party/tcmalloc/vendor/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 902 third_party/tcmalloc/vendor/src/base/sysinfo.cc if (filename) *filename = module_.szExePath; filename 919 third_party/tcmalloc/vendor/src/base/sysinfo.cc const char *filename, dev_t dev) { filename 932 third_party/tcmalloc/vendor/src/base/sysinfo.cc inode, filename); filename 949 third_party/tcmalloc/vendor/src/base/sysinfo.cc char *flags, *filename; filename 952 third_party/tcmalloc/vendor/src/base/sysinfo.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 956 third_party/tcmalloc/vendor/src/base/sysinfo.cc inode, filename, 0); filename 975 third_party/tcmalloc/vendor/src/base/sysinfo.cc char *flags, *filename; filename 977 third_party/tcmalloc/vendor/src/base/sysinfo.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 979 third_party/tcmalloc/vendor/src/base/sysinfo.cc start, end, flags, offset, inode, filename, filename 157 third_party/tcmalloc/vendor/src/base/sysinfo.h uint64 offset, int64 inode, const char *filename, filename 179 third_party/tcmalloc/vendor/src/base/sysinfo.h uint64 *offset, int64 *inode, char **filename); filename 182 third_party/tcmalloc/vendor/src/base/sysinfo.h uint64 *offset, int64 *inode, char **filename, filename 806 third_party/tcmalloc/vendor/src/heap-checker.cc const char* filename) { filename 810 third_party/tcmalloc/vendor/src/heap-checker.cc if (filename == NULL || *filename == '\0') { filename 811 third_party/tcmalloc/vendor/src/heap-checker.cc filename = kUnnamedProcSelfMapEntry; filename 814 third_party/tcmalloc/vendor/src/heap-checker.cc filename, start_address, end_address); filename 815 third_party/tcmalloc/vendor/src/heap-checker.cc (*library_live_objects)[filename]. filename 909 third_party/tcmalloc/vendor/src/heap-checker.cc char *permissions, *filename; filename 914 third_party/tcmalloc/vendor/src/heap-checker.cc &file_offset, &inode, &filename)) { filename 936 third_party/tcmalloc/vendor/src/heap-checker.cc if ((hc_strstr(filename, "lib") && hc_strstr(filename, ".so")) || filename 937 third_party/tcmalloc/vendor/src/heap-checker.cc hc_strstr(filename, ".dll") || filename 940 third_party/tcmalloc/vendor/src/heap-checker.cc hc_strstr(filename, ".dylib") || hc_strstr(filename, ".bundle")) { filename 953 third_party/tcmalloc/vendor/src/heap-checker.cc DisableLibraryAllocsLocked(filename, start_address, end_address); filename 958 third_party/tcmalloc/vendor/src/heap-checker.cc permissions, filename); filename 614 third_party/tcmalloc/vendor/src/heap-profile-table.cc const char* filename, filename 680 third_party/tcmalloc/vendor/src/heap-profile-table.cc if (!HeapProfileTable::WriteProfile(filename, total_, &map_)) { filename 681 third_party/tcmalloc/vendor/src/heap-profile-table.cc RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); filename 380 third_party/tcmalloc/vendor/src/heap-profile-table.h void ReportLeaks(const char* checker_name, const char* filename, filename 77 third_party/tcmalloc/vendor/src/internal_logging.cc void Log(LogMode mode, const char* filename, int line, filename 82 third_party/tcmalloc/vendor/src/internal_logging.cc state.AddStr(filename, strlen(filename)) filename 98 third_party/tcmalloc/vendor/src/internal_logging.h extern PERFTOOLS_DLL_DECL void Log(LogMode mode, const char* filename, int line, filename 154 third_party/tcmalloc/vendor/src/profiledata.cc char *flags, *filename; filename 156 third_party/tcmalloc/vendor/src/profiledata.cc while (it.Next(&start, &end, &flags, &offset, &inode, &filename)) { filename 158 third_party/tcmalloc/vendor/src/profiledata.cc start, end, flags, offset, inode, filename, filename 412 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 432 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), filename 454 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 483 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 502 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 526 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 553 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 577 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 586 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_EQ(0, stat(checker_.filename().c_str(), &statbuf)); filename 596 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_TRUE(collector_.Start(checker_.filename().c_str(), options)); filename 96 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc const char* filename = NULL; filename 101 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc filename = argv[3]; filename 104 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc if (filename) { filename 105 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc ProfilerStart(filename); filename 119 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc if (filename) { filename 137 third_party/tcmalloc/vendor/src/tests/profiler_unittest.cc if (filename) { filename 58 third_party/tcmalloc/vendor/src/tests/sampling_test.cc static void WriteStringToFile(const string& s, const string& filename) { filename 59 third_party/tcmalloc/vendor/src/tests/sampling_test.cc FILE* fp = fopen(filename.c_str(), "w"); filename 67 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c char* filename = "a.out"; /* The default if -e isn't specified */ filename 81 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c filename = argv[i+1]; filename 121 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0); filename 126 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c error, filename); filename 194 third_party/tcmalloc/vendor/src/windows/nm-pdb.c char* filename = NULL; filename 213 third_party/tcmalloc/vendor/src/windows/nm-pdb.c filename = argv[i]; filename 244 third_party/tcmalloc/vendor/src/windows/nm-pdb.c module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0); filename 249 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error, filename); filename 19 third_party/zlib/contrib/minizip/ioapi.c voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) filename 22 third_party/zlib/contrib/minizip/ioapi.c return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); filename 25 third_party/zlib/contrib/minizip/ioapi.c return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); filename 75 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); filename 83 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) filename 96 third_party/zlib/contrib/minizip/ioapi.c if ((filename!=NULL) && (mode_fopen != NULL)) filename 97 third_party/zlib/contrib/minizip/ioapi.c file = fopen(filename, mode_fopen); filename 101 third_party/zlib/contrib/minizip/ioapi.c static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) filename 114 third_party/zlib/contrib/minizip/ioapi.c if ((filename!=NULL) && (mode_fopen != NULL)) filename 115 third_party/zlib/contrib/minizip/ioapi.c file = fopen64((const char*)filename, mode_fopen); filename 127 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); filename 152 third_party/zlib/contrib/minizip/ioapi.h typedef voidpf (ZCALLBACK *open64_file_func) OF((voidpf opaque, const void* filename, int mode)); filename 186 third_party/zlib/contrib/minizip/ioapi.h voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode)); filename 192 third_party/zlib/contrib/minizip/ioapi.h #define ZOPEN64(filefunc,filename,mode) (call_zopen64((&(filefunc)),(filename),(mode))) filename 28 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode)); filename 88 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) filename 96 third_party/zlib/contrib/minizip/iowin32.c if ((filename!=NULL) && (dwDesiredAccess != 0)) filename 97 third_party/zlib/contrib/minizip/iowin32.c hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); filename 103 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) filename 111 third_party/zlib/contrib/minizip/iowin32.c if ((filename!=NULL) && (dwDesiredAccess != 0)) filename 112 third_party/zlib/contrib/minizip/iowin32.c hFile = CreateFileA((LPCSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); filename 118 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) filename 126 third_party/zlib/contrib/minizip/iowin32.c if ((filename!=NULL) && (dwDesiredAccess != 0)) filename 127 third_party/zlib/contrib/minizip/iowin32.c hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); filename 133 third_party/zlib/contrib/minizip/iowin32.c voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) filename 141 third_party/zlib/contrib/minizip/iowin32.c if ((filename!=NULL) && (dwDesiredAccess != 0)) filename 142 third_party/zlib/contrib/minizip/iowin32.c hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); filename 70 third_party/zlib/contrib/minizip/miniunz.c void change_file_date(filename,dosdate,tmu_date) filename 71 third_party/zlib/contrib/minizip/miniunz.c const char *filename; filename 79 third_party/zlib/contrib/minizip/miniunz.c hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE, filename 102 third_party/zlib/contrib/minizip/miniunz.c utime(filename,&ut); filename 499 third_party/zlib/contrib/minizip/miniunz.c int do_extract_onefile(uf,filename,opt_extract_without_path,opt_overwrite,password) filename 501 third_party/zlib/contrib/minizip/miniunz.c const char* filename; filename 507 third_party/zlib/contrib/minizip/miniunz.c if (unzLocateFile(uf,filename,CASESENSITIVITY)!=UNZ_OK) filename 509 third_party/zlib/contrib/minizip/miniunz.c printf("file %s not found in the zipfile\n",filename); filename 140 third_party/zlib/contrib/minizip/minizip.c int check_exist_file(filename) filename 141 third_party/zlib/contrib/minizip/minizip.c const char* filename; filename 145 third_party/zlib/contrib/minizip/minizip.c ftestexist = fopen64(filename,"rb"); filename 210 third_party/zlib/contrib/minizip/minizip.c int isLargeFile(const char* filename) filename 214 third_party/zlib/contrib/minizip/minizip.c FILE* pFile = fopen64(filename, "rb"); filename 222 third_party/zlib/contrib/minizip/minizip.c printf("File : %s is %lld bytes\n", filename, pos); filename 45 third_party/zlib/contrib/minizip/mztools.c char filename[256]; filename 64 third_party/zlib/contrib/minizip/mztools.c filename[0] = extra[0] = '\0'; filename 76 third_party/zlib/contrib/minizip/mztools.c if (fread(filename, 1, fnsize, fpZip) == fnsize) { filename 77 third_party/zlib/contrib/minizip/mztools.c if (fwrite(filename, 1, fnsize, fpOut) == fnsize) { filename 165 third_party/zlib/contrib/minizip/mztools.c if (fwrite(filename, 1, fnsize, fpOutCD) == fnsize) { filename 958 third_party/zlib/contrib/minizip/zip.c int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local) filename 962 third_party/zlib/contrib/minizip/zip.c uInt size_filename = (uInt)strlen(filename); filename 1015 third_party/zlib/contrib/minizip/zip.c if (ZWRITE64(zi->z_filefunc,zi->filestream,filename,size_filename)!=size_filename) filename 1055 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1094 third_party/zlib/contrib/minizip/zip.c if (filename==NULL) filename 1095 third_party/zlib/contrib/minizip/zip.c filename="-"; filename 1102 third_party/zlib/contrib/minizip/zip.c size_filename = (uInt)strlen(filename); filename 1169 third_party/zlib/contrib/minizip/zip.c *(zi->ci.central_header+SIZECENTRALHEADER+i) = *(filename+i); filename 1186 third_party/zlib/contrib/minizip/zip.c err = Write_LocalFileHeader(zi, filename, size_extrafield_local, extrafield_local); filename 1264 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1272 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1280 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1287 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1295 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1302 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1310 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1315 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1323 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1328 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1336 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip64 (zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1341 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 1349 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipOpenNewFileInZip (zipFile file, const char* filename, const zip_fileinfo* zipfi, filename 1354 third_party/zlib/contrib/minizip/zip.c return zipOpenNewFileInZip4_64 (file, filename, zipfi, filename 148 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 159 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 188 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 201 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 217 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 234 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 260 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 281 third_party/zlib/contrib/minizip/zip.h const char* filename, filename 37 third_party/zlib/google/zip_internal.cc void* ZipOpenFunc(void *opaque, const char* filename, int mode) { filename 57 third_party/zlib/google/zip_internal.cc base::string16 filename16 = base::UTF8ToUTF16(filename); filename 58 third_party/zlib/google/zip_internal.cc if ((filename != NULL) && (desired_access != 0)) { filename 82 third_party/zlib/google/zip_internal.cc void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { filename 93 third_party/zlib/google/zip_internal.cc if ((filename != NULL) && (mode_fopen != NULL)) filename 122 third_party/zlib/google/zip_internal.cc void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { filename 73 third_party/zlib/google/zip_unittest.cc void TestUnzipFile(const base::FilePath::StringType& filename, filename 77 third_party/zlib/google/zip_unittest.cc TestUnzipFile(test_dir.Append(filename), expect_hidden_files); filename 140 tools/android/file_poller/file_poller.cc char filename[] = "/data/local/tmp/fileXXXXXX"; filename 141 tools/android/file_poller/file_poller.cc fd = mkstemp(filename); filename 142 tools/android/file_poller/file_poller.cc unlink(filename); filename 1000 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp string filename; filename 1001 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if (!GetFilename(info->record()->getLocStart(), &filename)) filename 1005 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if (filename.find(*it) != string::npos) filename 1026 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp bool GetFilename(SourceLocation loc, string* filename) { filename 1035 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp *filename = ploc.getFilename(); filename 136 tools/clang/plugins/ChromeClassTester.cpp std::string filename; filename 137 tools/clang/plugins/ChromeClassTester.cpp if (!GetFilename(record_location, &filename)) filename 140 tools/clang/plugins/ChromeClassTester.cpp if (ends_with(filename, ".cc") || ends_with(filename, ".cpp") || filename 141 tools/clang/plugins/ChromeClassTester.cpp ends_with(filename, ".mm")) { filename 251 tools/clang/plugins/ChromeClassTester.cpp std::string filename; filename 252 tools/clang/plugins/ChromeClassTester.cpp if (!GetFilename(loc, &filename)) { filename 261 tools/clang/plugins/ChromeClassTester.cpp if (filename == "<scratch space>") filename 265 tools/clang/plugins/ChromeClassTester.cpp if (ends_with(filename, ".pb.h")) { filename 273 tools/clang/plugins/ChromeClassTester.cpp if (realpath(filename.c_str(), resolvedPath)) { filename 274 tools/clang/plugins/ChromeClassTester.cpp filename = resolvedPath; filename 280 tools/clang/plugins/ChromeClassTester.cpp filename = lstrip(filename, "/usr/local/google"); filename 287 tools/clang/plugins/ChromeClassTester.cpp size_t index = filename.find(*it); filename 289 tools/clang/plugins/ChromeClassTester.cpp bool matches_full_dir_name = index == 0 || filename[index - 1] == '/'; filename 305 tools/clang/plugins/ChromeClassTester.cpp std::string* filename) { filename 315 tools/clang/plugins/ChromeClassTester.cpp *filename = ploc.getFilename(); filename 72 tools/clang/plugins/ChromeClassTester.h bool GetFilename(clang::SourceLocation loc, std::string* filename); filename 80 tools/gn/generate_test_gn_data.cc base::FilePath filename = dirname.AppendASCII("BUILD.gn"); filename 81 tools/gn/generate_test_gn_data.cc std::cout << "Writing " << FilePathToUTF8(filename) << "\n"; filename 88 tools/gn/generate_test_gn_data.cc file.open(FilePathToUTF8(filename).c_str(), filename 67 tools/gn/ninja_helper.cc base::StringPiece filename = FindFilename(&source.value()); filename 68 tools/gn/ninja_helper.cc std::string name(filename.data(), filename.size()); filename 79 tools/traceline/traceline/sym_resolver.h std::string filename(info.ImageName); filename 80 tools/traceline/traceline/sym_resolver.h size_t last_slash = filename.find_last_of('\\'); filename 82 tools/traceline/traceline/sym_resolver.h filename = filename.substr(filename.find_last_of('\\') + 1); filename 85 tools/traceline/traceline/sym_resolver.h dlls_[static_cast<int>(bases[i])] = filename; filename 11 tools/win/static_initializers/static_initializers.cc static bool LoadDataFromPdb(const wchar_t* filename, filename 34 tools/win/static_initializers/static_initializers.cc _wsplitpath_s(filename, NULL, 0, NULL, 0, NULL, 0, ext, MAX_PATH); filename 37 tools/win/static_initializers/static_initializers.cc hr = (*source)->loadDataForExe(filename, search_path, NULL); filename 643 ui/aura/remote_window_tree_host_win.cc const base::FilePath& filename, filename 646 ui/aura/remote_window_tree_host_win.cc file_saveas_completion_callback_.Run(filename, filter_index, NULL); filename 655 ui/aura/remote_window_tree_host_win.cc const base::FilePath& filename) { filename 657 ui/aura/remote_window_tree_host_win.cc file_open_completion_callback_.Run(base::FilePath(filename), 0, NULL); filename 199 ui/aura/remote_window_tree_host_win.h const base::FilePath& filename, filename 201 ui/aura/remote_window_tree_host_win.h void OnFileOpenDone(bool success, const base::FilePath& filename); filename 52 ui/base/clipboard/clipboard_util_win.cc wchar_t filename[MAX_PATH]; filename 53 ui/base/clipboard/clipboard_util_win.cc if (DragQueryFileW(hdrop, 0, filename, arraysize(filename))) { filename 55 ui/base/clipboard/clipboard_util_win.cc if (0 == _wcsicmp(PathFindExtensionW(filename), L".url") && filename 57 ui/base/clipboard/clipboard_util_win.cc arraysize(url_buffer), filename)) { filename 59 ui/base/clipboard/clipboard_util_win.cc PathRemoveExtension(filename); filename 60 ui/base/clipboard/clipboard_util_win.cc title->assign(PathFindFileName(filename)); filename 225 ui/base/clipboard/clipboard_util_win.cc wchar_t filename[kMaxFilenameLen]; filename 226 ui/base/clipboard/clipboard_util_win.cc if (!DragQueryFileW(hdrop, i, filename, kMaxFilenameLen)) filename 228 ui/base/clipboard/clipboard_util_win.cc filenames->push_back(filename); filename 306 ui/base/clipboard/clipboard_util_win.cc base::string16* filename, std::string* file_contents) { filename 307 ui/base/clipboard/clipboard_util_win.cc DCHECK(data_object && filename && file_contents); filename 332 ui/base/clipboard/clipboard_util_win.cc filename->assign(fgd->fgd[0].cFileName); filename 46 ui/base/clipboard/clipboard_util_win.h base::string16* filename, filename 13 ui/base/dragdrop/os_exchange_data.cc const base::FilePath& filename, filename 15 ui/base/dragdrop/os_exchange_data.cc : filename(filename), filename 126 ui/base/dragdrop/os_exchange_data.cc void OSExchangeData::SetFileContents(const base::FilePath& filename, filename 128 ui/base/dragdrop/os_exchange_data.cc provider_->SetFileContents(filename, file_contents); filename 131 ui/base/dragdrop/os_exchange_data.cc bool OSExchangeData::GetFileContents(base::FilePath* filename, filename 133 ui/base/dragdrop/os_exchange_data.cc return provider_->GetFileContents(filename, file_contents); filename 79 ui/base/dragdrop/os_exchange_data.h DownloadFileInfo(const base::FilePath& filename, filename 83 ui/base/dragdrop/os_exchange_data.h base::FilePath filename; filename 123 ui/base/dragdrop/os_exchange_data.h virtual void SetFileContents(const base::FilePath& filename, filename 127 ui/base/dragdrop/os_exchange_data.h virtual bool GetFileContents(base::FilePath* filename, filename 217 ui/base/dragdrop/os_exchange_data.h void SetFileContents(const base::FilePath& filename, filename 219 ui/base/dragdrop/os_exchange_data.h bool GetFileContents(base::FilePath* filename, filename 409 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc const base::FilePath& filename, filename 411 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc DCHECK(!filename.empty()); filename 413 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc file_contents_name_ = filename; filename 88 ui/base/dragdrop/os_exchange_data_provider_aurax11.h virtual void SetFileContents(const base::FilePath& filename, filename 374 ui/base/dragdrop/os_exchange_data_provider_win.cc const base::FilePath& filename, filename 377 ui/base/dragdrop/os_exchange_data_provider_win.cc STGMEDIUM* storage = GetStorageForFileDescriptor(filename); filename 474 ui/base/dragdrop/os_exchange_data_provider_win.cc base::FilePath* filename, filename 481 ui/base/dragdrop/os_exchange_data_provider_win.cc *filename = base::FilePath(filename_str); filename 531 ui/base/dragdrop/os_exchange_data_provider_win.cc if (!download.filename.empty()) filename 532 ui/base/dragdrop/os_exchange_data_provider_win.cc storage = GetStorageForFileName(download.filename); filename 160 ui/base/dragdrop/os_exchange_data_provider_win.h virtual void SetFileContents(const base::FilePath& filename, filename 172 ui/base/dragdrop/os_exchange_data_provider_win.h virtual bool GetFileContents(base::FilePath* filename, filename 304 ui/base/dragdrop/os_exchange_data_win_unittest.cc base::FilePath filename; filename 306 ui/base/dragdrop/os_exchange_data_win_unittest.cc EXPECT_TRUE(copy.GetFileContents(&filename, &read_contents)); filename 307 ui/base/dragdrop/os_exchange_data_win_unittest.cc EXPECT_EQ(L"filename.txt", filename.value()); filename 129 ui/base/l10n/l10n_util_unittest.cc base::FilePath filename = new_locale_dir.AppendASCII( filename 131 ui/base/l10n/l10n_util_unittest.cc base::WriteFile(filename, "", 0); filename 27 ui/gfx/font_fallback_win.cc const std::string filename = filename 29 ui/gfx/font_fallback_win.cc (*map)[filename] = base::WideToUTF8(it.Name()); filename 36 ui/gfx/font_fallback_win.cc void GetFontNamesFromFilename(const std::string& filename, filename 43 ui/gfx/font_fallback_win.cc font_map->find(StringToLowerASCII(filename)); filename 80 ui/gfx/font_fallback_win.cc std::string filename; filename 84 ui/gfx/font_fallback_win.cc base::WideToUTF8(values[i]), &filename, &font_name); filename 89 ui/gfx/font_fallback_win.cc } else if (!filename.empty()) { filename 91 ui/gfx/font_fallback_win.cc GetFontNamesFromFilename(filename, font_map, &font_names); filename 157 ui/gfx/font_fallback_win.cc std::string* filename, filename 161 ui/gfx/font_fallback_win.cc filename->clear(); filename 164 ui/gfx/font_fallback_win.cc *filename = parts[0]; filename 24 ui/gfx/font_fallback_win.h std::string* filename, filename 41 ui/gfx/icon_util_unittest.cc HICON LoadIconFromFile(const base::FilePath& filename, filename 44 ui/gfx/icon_util_unittest.cc filename.value().c_str(), filename 145 ui/gfx/text_elider.cc base::string16 ElideFilename(const base::FilePath& filename, filename 149 ui/gfx/text_elider.cc base::string16 filename_utf16 = filename.value(); filename 150 ui/gfx/text_elider.cc base::string16 extension = filename.Extension(); filename 151 ui/gfx/text_elider.cc base::string16 rootname = filename.BaseName().RemoveExtension().value(); filename 154 ui/gfx/text_elider.cc filename.value())); filename 156 ui/gfx/text_elider.cc filename.Extension())); filename 158 ui/gfx/text_elider.cc filename.BaseName().RemoveExtension().value())); filename 107 ui/gfx/text_elider.h GFX_EXPORT base::string16 ElideFilename(const base::FilePath& filename, filename 19 ui/gl/gl_implementation_osmesa.cc base::NativeLibrary LoadLibrary(const base::FilePath& filename) { filename 21 ui/gl/gl_implementation_osmesa.cc base::NativeLibrary library = base::LoadNativeLibrary(filename, &error); filename 23 ui/gl/gl_implementation_osmesa.cc DVLOG(1) << "Failed to load " << filename.MaybeAsASCII() << ": " filename 30 ui/gl/gl_implementation_osmesa.cc base::NativeLibrary LoadLibrary(const char* filename) { filename 31 ui/gl/gl_implementation_osmesa.cc return LoadLibrary(base::FilePath(filename)); filename 14 ui/gl/gl_implementation_osmesa.h base::NativeLibrary LoadLibrary(const char* filename); filename 15 ui/gl/gl_implementation_osmesa.h base::NativeLibrary LoadLibrary(const base::FilePath& filename); filename 30 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc return EndsWith(file_info->filename, *file_extension, false); filename 506 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc gchar* filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog)); filename 507 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc if (!filename) { filename 512 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc base::FilePath path(filename); filename 513 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc g_free(filename); filename 571 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc gchar* filename = gtk_file_chooser_get_preview_filename( filename 573 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc if (!filename) filename 576 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc GdkPixbuf* pixbuf = gdk_pixbuf_new_from_file_at_size(filename, kPreviewWidth, filename 578 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc g_free(filename); filename 793 ui/shell_dialogs/select_file_dialog_win.cc wchar_t filename[MAX_PATH]; filename 796 ui/shell_dialogs/select_file_dialog_win.cc filename[0] = 0; filename 809 ui/shell_dialogs/select_file_dialog_win.cc base::wcslcpy(filename, path->BaseName().value().c_str(), filename 810 ui/shell_dialogs/select_file_dialog_win.cc arraysize(filename)); filename 814 ui/shell_dialogs/select_file_dialog_win.cc ofn.lpstrFile = filename; filename 826 ui/shell_dialogs/select_file_dialog_win.cc *path = base::FilePath(filename); filename 842 ui/shell_dialogs/select_file_dialog_win.cc scoped_ptr<wchar_t[]> filename(new wchar_t[UNICODE_STRING_MAX_CHARS]); filename 843 ui/shell_dialogs/select_file_dialog_win.cc filename[0] = 0; filename 845 ui/shell_dialogs/select_file_dialog_win.cc ofn.lpstrFile = filename.get(); filename 922 ui/shell_dialogs/select_file_dialog_win.cc const std::wstring& filename, filename 925 ui/shell_dialogs/select_file_dialog_win.cc DCHECK(!filename.empty()); filename 926 ui/shell_dialogs/select_file_dialog_win.cc std::wstring return_value = filename; filename 934 ui/shell_dialogs/select_file_dialog_win.cc GetExtensionWithoutLeadingDot(base::FilePath(filename).Extension())); filename 17 ui/shell_dialogs/select_file_dialog_win.h const std::wstring& filename, filename 11 ui/shell_dialogs/select_file_dialog_win_unittest.cc const wchar_t* filename; filename 41 ui/shell_dialogs/select_file_dialog_win_unittest.cc ui::AppendExtensionIfNeeded(test_cases[i].filename, filename 535 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc base::FilePath filename = VirtualPath::BaseName(url.path()); filename 538 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc if (filename.value() == kRestrictedNames[i]) filename 542 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc if (filename.value().find(kRestrictedChars[i]) !=