| /external/chromium_org/components/policy/core/common/cloud/ |
| resource_cache.cc | 63 const base::FilePath& cache_dir, 77 base::FilePath subkey_path; 97 base::FilePath subkey_path; 112 base::FilePath key_path; 117 for (base::FilePath path = enumerator.Next(); !path.empty(); 134 base::FilePath subkey_path; 145 base::FilePath key_path; 154 base::FilePath key_path; 159 for (base::FilePath subkey_path = enumerator.Next(); 184 for (base::FilePath path = enumerator.Next(); !path.empty() [all...] |
| /external/chromium_org/content/browser/fileapi/ |
| sandbox_origin_database_unittest.cc | 28 const base::FilePath::CharType kFileSystemDirName[] = 30 const base::FilePath::CharType kOriginDatabaseName[] = 37 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName); 48 base::FilePath path0; 49 base::FilePath path1; 67 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName); 78 base::FilePath path0; 79 base::FilePath path1; 95 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName); 104 base::FilePath path0 [all...] |
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| private_api_util.cc | 40 std::vector<base::FilePath> file_paths; 46 typedef base::Callback<void(const base::FilePath&)> LocalPathCallback; 49 void OnDriveGetFile(const base::FilePath& path, 52 const base::FilePath& local_file_path, 61 const base::FilePath& path, 68 callback.Run(base::FilePath()); 82 const base::FilePath& path, 89 callback.Run(base::FilePath()); 99 callback.Run(base::FilePath()); 105 const base::FilePath& local_file_path) [all...] |
| event_router.h | 73 void AddFileWatch(const base::FilePath& local_path, 74 const base::FilePath& virtual_path, 79 void RemoveFileWatch(const base::FilePath& local_path, 111 virtual void OnDirectoryChanged(const base::FilePath& drive_path) OVERRIDE; 113 const base::FilePath& drive_path) OVERRIDE; 143 typedef std::map<base::FilePath, FileWatcher*> WatcherMap; 149 void HandleFileWatchNotification(const base::FilePath& path, 154 const base::FilePath& path, 168 const base::FilePath& mount_path);
|
| /external/chromium_org/chrome/browser/component_updater/ |
| widevine_cdm_component_installer.cc | 107 base::FilePath GetPlatformDirectory(const base::FilePath& base_path) { 116 const base::FilePath& path, 206 const base::FilePath& adapter_install_path, 242 const base::FilePath& install_dir) OVERRIDE; 244 const base::FilePath& install_dir) const OVERRIDE; 247 const base::FilePath& path, 249 virtual base::FilePath GetBaseDirectory() const OVERRIDE; 259 const base::FilePath& cdm_install_dir, 274 const base::FilePath& install_dir) [all...] |
| /external/chromium_org/chrome/browser/media/ |
| chrome_webrtc_audio_quality_browsertest.cc | 29 static const base::FilePath::CharType kReferenceFile[] = 116 base::FilePath CreateTemporaryWaveFile() { 117 base::FilePath filename; 119 base::FilePath wav_filename = 133 bool StartRecording(int duration_sec, const base::FilePath& output_file, 144 base::ScopedNativeLibrary kernel32_lib(base::FilePath(L"kernel32")); 165 base::FilePath(FILE_PATH_LITERAL("SoundRecorder.exe"))); 172 command_line.SetProgram(base::FilePath("arecord")); 214 CommandLine command_line(base::FilePath(FILE_PATH_LITERAL("pacmd"))); 230 bool RemoveSilence(const base::FilePath& input_file [all...] |
| /external/chromium_org/base/files/ |
| file_path_watcher_browsertest.cc | 97 virtual void OnFileChanged(const FilePath& path, bool error) = 0; 116 virtual void OnFileChanged(const FilePath& path, bool error) OVERRIDE { 129 void SetupWatchCallback(const FilePath& target, 165 FilePath test_file() { 169 FilePath test_link() { 174 bool WriteFile(const FilePath& file, const std::string& content) { 179 bool SetupWatch(const FilePath& target, 200 bool FilePathWatcherTest::SetupWatch(const FilePath& target, 241 FilePath source_file(temp_dir_.path().AppendASCII("source")); 277 virtual void OnFileChanged(const FilePath&, bool) OVERRIDE [all...] |
| file_path_watcher_fsevents.cc | 38 FilePath ResolvePath(const FilePath& path) { 41 std::vector<FilePath::StringType> component_vector; 43 std::list<FilePath::StringType> 46 FilePath result; 49 FilePath component(*components.begin()); 52 FilePath current; 59 FilePath target; 63 std::vector<FilePath::StringType> target_components; 88 std::vector<FilePath> paths [all...] |
| /external/chromium_org/chrome/browser/ |
| chrome_main_browsertest.cc | 59 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 60 base::FilePath(), base::FilePath().AppendASCII("empty.html")); 89 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 90 base::FilePath(), base::FilePath().AppendASCII("empty.html")); 139 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 140 base::FilePath(), base::FilePath().AppendASCII("empty.html"));
|
| /external/chromium_org/chrome/browser/sync_file_system/local/ |
| local_file_sync_status.cc | 24 base::FilePath NormalizePath(const base::FilePath& path) { 27 return base::FilePath(path.StripTrailingSeparators().value() + 33 static const base::FilePath& GetKey(Iterator itr) { 40 static const base::FilePath& GetKey(Iterator itr) { 47 const base::FilePath& path, 49 base::FilePath normalized_path = NormalizePath(path); 88 base::FilePath normalized_path = NormalizePath(url.path()); 109 base::FilePath normalized_path = NormalizePath(url.path());
|
| /external/chromium_org/chrome/browser/sync_file_system/ |
| syncable_file_system_util.cc | 41 const base::FilePath::CharType kSyncFileSystemDir[] = 43 const base::FilePath::CharType kSyncFileSystemDirDev[] = 57 base::FilePath()); 62 base::FilePath()); 78 const base::FilePath& path) { 79 base::FilePath path_for_url = path; 81 path_for_url = base::FilePath(path.value().substr(1)); 171 base::FilePath GetSyncFileSystemDir(const base::FilePath& profile_base_dir) {
|
| /external/chromium_org/chrome/installer/util/ |
| installer_state.h | 123 const base::FilePath& target_path() const { return target_path_; } 182 base::FilePath GetInstallerDirectory(const base::Version& version) const; 189 const base::FilePath& temp_path) const; 193 void AddComDllList(std::vector<base::FilePath>* com_dll_list) const; 230 static bool IsFileInUse(const base::FilePath& file); 239 base::FilePath GetDefaultProductInstallPath(BrowserDistribution* dist) const; 241 const base::FilePath* product_dir) const; 242 Product* AddProductInDirectory(const base::FilePath* product_dir, 264 base::FilePath target_path_;
|
| work_item_list.cc | 90 base::FilePath(source_path), 91 base::FilePath(dest_path), 92 base::FilePath(temp_dir), 94 base::FilePath(alternative_path)); 99 WorkItem* WorkItemList::AddCreateDirWorkItem(const base::FilePath& path) { 135 const base::FilePath& root_path, 136 const base::FilePath& temp_path, 137 const std::vector<base::FilePath>& key_paths) { 144 WorkItem* WorkItemList::AddDeleteTreeWorkItem(const base::FilePath& root_path, 145 const base::FilePath& temp_path) [all...] |
| /external/chromium_org/cloud_print/service/win/ |
| installer.cc | 26 base::FilePath GetShortcutPath(int dir_key, bool with_subdir) { 27 base::FilePath path; 29 return base::FilePath(); 38 base::FilePath path = GetShortcutPath(dir_key, with_subdir); 44 base::FilePath exe_path; 47 exe_path = exe_path.DirName().Append(base::FilePath(kConfigBinaryName)); 63 base::FilePath path = GetShortcutPath(dir_key, with_subdir); 83 base::FilePath old_location = 120 base::FilePath delete_path = command_line.GetSwitchValuePath(kDeleteSwitch);
|
| /external/chromium_org/content/browser/indexed_db/ |
| indexed_db_context_impl.h | 27 class FilePath; 44 IndexedDBContextImpl(const base::FilePath& data_path, 52 static const base::FilePath::CharType kIndexedDBDirectory[]; 62 virtual base::FilePath GetFilePathForTesting( 93 base::FilePath GetFilePath(const GURL& origin_url) const; 94 base::FilePath data_path() const { return data_path_; } 102 void set_data_path_for_testing(const base::FilePath& data_path) { 119 base::FilePath GetIndexedDBFilePath(const std::string& origin_id) const; 142 base::FilePath data_path_;
|
| /external/chromium_org/base/ |
| path_service.cc | 20 using base::FilePath; 24 bool PathProvider(int key, FilePath* result); 26 bool PathProviderWin(int key, FilePath* result); 28 bool PathProviderMac(int key, FilePath* result); 30 bool PathProviderAndroid(int key, FilePath* result); 34 bool PathProviderPosix(int key, FilePath* result); 40 typedef base::hash_map<int, FilePath> PathMap; 150 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) { 164 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) { 182 bool PathService::Get(int key, FilePath* result) [all...] |
| /external/chromium_org/base/test/ |
| test_file_util_win.cc | 32 bool DenyFilePermission(const FilePath& path, DWORD permission) { 70 void* GetPermissionInfo(const FilePath& path, size_t* length) { 96 bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) { 115 bool DieFileDie(const FilePath& file, bool recurse) { 134 bool EvictFileFromSystemCache(const FilePath& file) { 219 bool VolumeSupportsADS(const FilePath& path) { 239 bool HasInternetZoneIdentifier(const FilePath& full_path) { 240 FilePath zone_path(full_path.value() + L":Zone.Identifier"); 270 std::wstring FilePathAsWString(const base::FilePath& path) { 273 base::FilePath WStringAsFilePath(const std::wstring& path) [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
| open_file_operation_unittest.cc | 37 const base::FilePath file_in_root( 44 base::FilePath file_path; 66 const base::FilePath file_in_root( 70 base::FilePath file_path; 84 const base::FilePath file_in_root( 90 base::FilePath file_path; 105 const base::FilePath file_in_root( 109 base::FilePath file_path; 135 const base::FilePath file_in_root( 142 base::FilePath file_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
| kiosk_mode_screensaver.cc | 59 const base::FilePath&)> UnpackCallback; 64 ScreensaverUnpackerClient(const base::FilePath& crx_path, 69 virtual void OnUnpackSuccess(const base::FilePath& temp_dir, 70 const base::FilePath& extension_root, 81 const base::FilePath& extension_base_path, 82 const base::FilePath& screensaver_extension_path); 86 base::FilePath crx_path_; 93 const base::FilePath& temp_dir, 94 const base::FilePath& extension_root, 113 const base::FilePath& extension_base_path [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| iphoto_data_provider.cc | 21 IPhotoDataProvider::IPhotoDataProvider(const base::FilePath& library_path) 28 const base::FilePath& library_path, 49 typedef base::hash_map<uint64, const base::FilePath*> IdIndex; 98 base::FilePath path = *(photo_it->second); 126 std::map<std::string, base::FilePath> IPhotoDataProvider::GetAlbumContents( 128 std::map<std::string, base::FilePath> locations; 141 base::FilePath IPhotoDataProvider::GetPhotoLocationInAlbum( 146 return base::FilePath(); 149 return base::FilePath(); 158 std::map<std::string, base::FilePath> IPhotoDataProvider::GetOriginals [all...] |
| itunes_data_provider.cc | 66 base::FilePath track_file_name = (*track_it)->location.BaseName(); 83 const base::FilePath& media_path, 86 base::FilePath* result_path) { 97 base::FilePath localized_auto_add_path = 98 media_path.Append(base::FilePath::FromUTF8Unsafe(it->second)); 108 base::FilePath GetAutoAddPath(const base::FilePath& library_path) { 110 base::FilePath media_path = 114 base::FilePath universal_auto_add_path = 153 base::FilePath result_path [all...] |
| /external/chromium_org/chrome/browser/ui/webui/extensions/ |
| pack_extension_handler.cc | 68 void PackExtensionHandler::OnPackSuccess(const base::FilePath& crx_file, 69 const base::FilePath& pem_file) { 94 void PackExtensionHandler::FileSelected(const base::FilePath& path, int index, 102 const std::vector<base::FilePath>& files, void* params) { 110 base::FilePath::StringType extension_path_str; 111 base::FilePath::StringType private_key_path_str; 119 extension_path_ = base::FilePath(extension_path_str); 120 private_key_path_ = base::FilePath(private_key_path_str); 124 base::FilePath root_directory = extension_path_; 125 base::FilePath key_file = private_key_path_ [all...] |
| /external/chromium_org/content/browser/tracing/ |
| tracing_controller_browsertest.cc | 50 const base::FilePath& file_path) { 71 base::Closure quit_callback, const base::FilePath& file_path) { 105 base::FilePath last_actual_recording_file_path() const { 109 base::FilePath last_actual_monitoring_file_path() const { 113 void TestEnableAndDisableRecording(const base::FilePath& result_file_path) { 145 const base::FilePath& result_file_path) { 238 base::FilePath last_actual_recording_file_path_; 239 base::FilePath last_actual_monitoring_file_path_; 258 TestEnableAndDisableRecording(base::FilePath()); 263 base::FilePath file_path [all...] |
| /external/chromium_org/ui/base/resource/ |
| resource_bundle.h | 74 virtual base::FilePath GetPathForResourcePack( 75 const base::FilePath& pack_path, 82 virtual base::FilePath GetPathForLocalePack( 83 const base::FilePath& pack_path, 146 static void InitSharedInstanceWithPakPath(const base::FilePath& path); 167 void AddDataPackFromPath(const base::FilePath& path, 180 void AddOptionalDataPackFromPath(const base::FilePath& path, 256 void OverrideLocalePakForTest(const base::FilePath& pak_path); 262 base::FilePath GetLocaleFilePath(const std::string& app_locale, 299 void AddDataPackFromPathInternal(const base::FilePath& path [all...] |
| /external/chromium_org/content/browser/renderer_host/pepper/ |
| pepper_flash_file_message_filter.cc | 30 bool CanRead(int process_id, const base::FilePath& path) { 35 bool CanCreateReadWrite(int process_id, const base::FilePath& path) { 48 base::FilePath profile_data_directory = host->GetProfileDataDirectory(); 59 base::FilePath::FromUTF8Unsafe(plugin_name)); 66 base::FilePath PepperFlashFileMessageFilter::GetDataDirName( 67 const base::FilePath& profile_path) { 111 base::FilePath full_path = ValidateAndConvertPepperFilePath( 150 base::FilePath from_full_path = ValidateAndConvertPepperFilePath( 152 base::FilePath to_full_path = ValidateAndConvertPepperFilePath( 167 base::FilePath full_path [all...] |