| /external/chromium_org/webkit/browser/fileapi/ |
| file_system_file_util.h | 39 virtual base::FilePath Next() = 0; 52 virtual base::FilePath Next() OVERRIDE; 89 base::FilePath* platform_path) = 0; 108 base::FilePath* local_file_path) = 0; 150 const base::FilePath& src_file_path, 175 base::FilePath* platform_path) = 0;
|
| /external/chromium_org/win8/metro_driver/ |
| file_picker_ash.h | 18 class FilePath; 28 const base::FilePath& default_path); 60 base::FilePath default_path_; 83 const base::FilePath& default_path, 86 const std::vector<base::FilePath>& filenames() const { 120 std::vector<base::FilePath> filenames_;
|
| /external/chromium_org/chrome/installer/util/ |
| copy_tree_work_item_unittest.cc | 48 bool IsFileInUse(const base::FilePath& path) { 79 base::FilePath file_name_from(test_dir_.path()); 85 base::FilePath dir_name_to(test_dir_.path()); 90 base::FilePath file_name_to(dir_name_to); 99 base::FilePath())); 119 base::FilePath file_name_from(test_dir_.path()); 125 base::FilePath dir_name_to(test_dir_.path()); 130 base::FilePath file_name_to(dir_name_to); 141 base::FilePath())); 165 base::FilePath())); [all...] |
| /external/chromium_org/content/browser/download/ |
| download_item_impl.h | 55 const base::FilePath& current_path, 56 const base::FilePath& target_path, 84 const base::FilePath& path, 128 virtual const base::FilePath& GetFullPath() const OVERRIDE; 129 virtual const base::FilePath& GetTargetFilePath() const OVERRIDE; 130 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE; 131 virtual base::FilePath GetFileNameToReportUser() const OVERRIDE; 159 virtual void SetDisplayName(const base::FilePath& name) OVERRIDE; 314 const base::FilePath& target_path, 317 const base::FilePath& intermediate_path) [all...] |
| /external/chromium_org/tools/imagediff/ |
| image_diff.cc | 98 bool CreateFromFilename(const base::FilePath& path) { 253 int CompareImages(const base::FilePath& file1, 254 const base::FilePath& file2, 362 int DiffImages(const base::FilePath& file1, const base::FilePath& file2, 363 const base::FilePath& out_file) { 398 base::FilePath FilePathFromASCII(const std::string& str) { 400 return base::FilePath(base::ASCIIToWide(str)); 402 return base::FilePath(str); 414 base::FilePath filename1 [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_system_unittest.cc | 64 const base::FilePath& directory_path) OVERRIDE { 68 const std::vector<base::FilePath>& changed_directories() const { 73 std::vector<base::FilePath> changed_directories_; 103 const base::FilePath metadata_dir = temp_dir_.path().AppendASCII("meta"); 109 const base::FilePath cache_dir = temp_dir_.path().AppendASCII("files"); 123 const base::FilePath temp_file_dir = temp_dir_.path().AppendASCII("tmp"); 152 const base::FilePath& file_path) { 165 const base::FilePath& file_path) { 187 bool EntryExists(const base::FilePath& file_path) { 206 const base::FilePath metadata_dir = temp_dir_.path().AppendASCII("meta") [all...] |
| file_write_watcher.cc | 41 void StartWatch(const base::FilePath& path, 52 void StartWatchOnFileThread(const base::FilePath& path, 56 void OnWriteEvent(const base::FilePath& path, bool error); 58 void InvokeCallback(const base::FilePath& path); 72 std::map<base::FilePath, PathWatchInfo*> watchers_; 97 const base::FilePath& path, 125 const base::FilePath& path, 130 std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path); 150 const base::FilePath& path, 157 std::map<base::FilePath, PathWatchInfo*>::iterator it = watchers_.find(path) [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_startup_browsertest.cc | 70 base::FilePath::StringType paths = JoinString(load_extensions_, ','); 78 base::FilePath profile_dir; 88 base::FilePath src_dir; 149 base::FilePath test_file; 173 base::FilePath preferences_file_; 174 base::FilePath extensions_dir_; 175 base::FilePath user_scripts_dir_; 180 std::vector<base::FilePath::StringType> load_extensions_; 240 base::FilePath one_extension_path; 266 base::FilePath one_extension_path [all...] |
| extension_browsertest.cc | 90 const extensions::ExtensionSet* extensions, const base::FilePath& path) { 91 base::FilePath extension_path = base::MakeAbsoluteFilePath(path); 130 const base::FilePath& path) { 135 const base::FilePath& path) { 141 const base::FilePath& path, int flags) { 147 const base::FilePath& path, 249 const base::FilePath& path, 250 const base::FilePath::CharType* manifest_relative_path) { 268 const base::FilePath& path) { 273 base::FilePath ExtensionBrowserTest::PackExtension [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| media_file_validator_browsertest.cc | 59 base::FilePath GetMediaTestDir() { 60 base::FilePath test_file; 62 return base::FilePath(); 90 const base::FilePath& source, bool expected_result) { 106 base::FilePath base = base_dir_.path(); 107 base::FilePath src_path = base.AppendASCII("src_fs"); 121 base::FilePath::FromUTF8Unsafe(filename)); 124 base::FilePath test_file = src_path.AppendASCII(filename); 128 base::FilePath dest_path = base.AppendASCII("dest_fs"); 153 const base::FilePath& source [all...] |
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_galleries_test_util.cc | 65 base::FilePath path = extension_prefs->install_directory().AppendASCII(name); 101 base::FilePath EnsureMediaDirectoriesExists::GetFakeAppDataPath() const { 107 base::FilePath EnsureMediaDirectoriesExists::GetFakeLocalAppDataPath() const { 113 const base::FilePath& path) { 122 const base::FilePath& path) { 131 base::FilePath 139 base::FilePath EnsureMediaDirectoriesExists::GetFakeITunesRootPath() const { 144 base::FilePath EnsureMediaDirectoriesExists::GetFakeIPhotoRootPath() const { 176 base::FilePath itunes_xml = 184 base::FilePath iphoto_xml [all...] |
| /external/chromium_org/chrome/browser/profiles/ |
| profile_info_cache.h | 39 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir); 47 void AddProfileToCache(const base::FilePath& profile_path, 52 void DeleteProfileFromCache(const base::FilePath& profile_path); 59 const base::FilePath& profile_path) const OVERRIDE; 63 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const OVERRIDE; 127 const base::FilePath& GetUserDataDir() const; 141 const base::FilePath& profile_path); 148 const base::FilePath& image_path, 149 const base::FilePath& profile_path); 164 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const [all...] |
| /external/chromium_org/chromeos/accelerometer/ |
| accelerometer_reader.cc | 23 const base::FilePath::CharType kAccelerometerTriggerPath[] = 25 const base::FilePath::CharType kAccelerometerDevicePath[] = 27 const base::FilePath::CharType kAccelerometerIioBasePath[] = 32 const base::FilePath::CharType kAccelerometerBaseScaleName[] = 34 const base::FilePath::CharType kAccelerometerLidScaleName[] = 57 bool ReadFileToUint(const base::FilePath& path, unsigned int* value) { 76 base::FilePath device; 77 if (!base::ReadSymbolicLink(base::FilePath(kAccelerometerDevicePath), 82 if (!base::PathExists(base::FilePath(kAccelerometerTriggerPath))) { 88 base::FilePath iio_path(base::FilePath(kAccelerometerIioBasePath).Append [all...] |
| /external/chromium_org/content/browser/fileapi/ |
| file_system_usage_cache_unittest.cc | 27 base::FilePath GetUsageFilePath() { 44 base::FilePath usage_file_path = GetUsageFilePath(); 50 base::FilePath usage_file_path = GetUsageFilePath(); 59 base::FilePath usage_file_path = GetUsageFilePath(); 67 base::FilePath usage_file_path = GetUsageFilePath(); 80 base::FilePath usage_file_path = GetUsageFilePath(); 91 base::FilePath usage_file_path = GetUsageFilePath(); 101 base::FilePath usage_file_path = GetUsageFilePath(); 118 base::FilePath usage_file_path = GetUsageFilePath(); 132 base::FilePath usage_file_path = GetUsageFilePath() [all...] |
| /external/chromium_org/chrome/common/ |
| chrome_paths.cc | 34 const base::FilePath::CharType kInternalFlashPluginFileName[] = 44 const base::FilePath::CharType kPepperFlashBaseDirectory[] = 48 const base::FilePath::CharType kPepperFlashDebuggerBaseDirectory[] = 53 const base::FilePath::CharType kInternalPDFPluginFileName[] = 63 const base::FilePath::CharType kInternalNaClPluginFileName[] = 73 const base::FilePath::CharType kEffectsPluginFileName[] = 84 const base::FilePath::CharType kO1DPluginFileName[] = 87 const base::FilePath::CharType kGTalkPluginFileName[] = 95 const base::FilePath::CharType kFilepathSinglePrefExtensions[] = 103 static base::LazyInstance<base::FilePath> [all...] |
| /external/chromium_org/components/url_fixer/ |
| url_fixer_unittest.cc | 222 static bool MakeTempFile(const base::FilePath& dir, 223 const base::FilePath& file_name, 224 base::FilePath* full_path) { 231 const base::FilePath& full_file_path) { 239 base::FilePath derived_path; 242 return base::FilePath::CompareEqualIgnoreCase(derived_path.value(), 372 base::FilePath dir; 373 base::FilePath original; 377 base::FilePath(FILE_PATH_LITERAL("url fixer upper existing file.txt")), 455 base::FilePath full_path, dir [all...] |
| /external/chromium_org/cloud_print/virtual_driver/win/install/ |
| setup.cc | 65 base::FilePath GetSystemPath(const base::string16& binary) { 66 base::FilePath path; 74 base::FilePath GetNativeSystemPath(const base::string16& binary) { 77 base::FilePath path; 88 base::FilePath net_path = GetNativeSystemPath(L"net"); 103 HRESULT RegisterPortMonitor(bool install, const base::FilePath& install_path) { 105 base::FilePath target_path = GetNativeSystemPath(GetPortMonitorDllName()); 111 base::FilePath source_path = 123 base::FilePath regsvr32_path = GetNativeSystemPath(L"regsvr32.exe"); 192 const base::FilePath* temp_path [all...] |
| /external/chromium_org/extensions/common/ |
| file_util_unittest.cc | 31 const base::FilePath& manifest_dir, 42 const base::FilePath& manifest_dir, 70 base::FilePath src = temp.path().AppendASCII(extension_id); 74 base::FilePath all_extensions = temp.path().AppendASCII("extensions"); 78 base::FilePath version_1 = 90 base::FilePath version_2 = 102 base::FilePath version_3 = 118 base::FilePath install_dir; 134 base::FilePath install_dir; 153 base::FilePath src_path = temp.path().AppendASCII("some_dir") [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| uninstall.cc | 64 void DeleteInstallTempDir(const base::FilePath& target_path) { 65 base::FilePath temp_path(target_path.DirName().Append( 158 AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product, 239 bool RemoveInstallerFiles(const base::FilePath& installer_directory, 247 base::FilePath setup_exe_base_name(installer::kSetupExe); 249 for (base::FilePath to_delete = file_enumerator.Next(); !to_delete.empty(); 314 const base::FilePath& old_target_exe, 315 const base::FilePath& new_target_exe) { 342 const base::FilePath& target_exe) { 364 bool ScheduleParentAndGrandparentForDeletion(const base::FilePath& path) [all...] |
| /external/chromium_org/base/files/ |
| file_path.cc | 34 typedef FilePath::StringType StringType; 41 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); 43 // If this FilePath contains a drive letter specification, returns the 87 FilePath::IsSeparator(path[letter + 1]); 91 FilePath::IsSeparator(path[0]) && FilePath::IsSeparator(path[1]); 94 return path.length() > 0 && FilePath::IsSeparator(path[0]); 101 if (!FilePath::IsSeparator(*it)) 113 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory [all...] |
| /external/chromium_org/android_webview/browser/net/ |
| aw_url_request_context_getter.h | 37 AwURLRequestContextGetter(const base::FilePath& partition_path, 65 const base::FilePath partition_path_;
|
| /external/chromium_org/apps/app_shim/ |
| app_shim_host_manager_mac.h | 14 class FilePath; 64 base::FilePath directory_in_tmp_;
|
| /external/chromium_org/apps/shell/browser/ |
| default_shell_browser_main_delegate.cc | 27 base::FilePath app_dir(command_line->GetSwitchValueNative(kAppSwitch)); 28 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
|
| /external/chromium_org/base/android/ |
| content_uri_utils.cc | 19 bool ContentUriExists(const FilePath& content_uri) { 27 File OpenContentUriForRead(const FilePath& content_uri) {
|
| /external/chromium_org/base/ |
| base_paths_android.cc | 20 bool PathProviderAndroid(int key, FilePath* result) { 30 *result = FilePath(bin_dir);
|