| /external/chromium_org/chrome/installer/setup/ |
| setup_util.h | 22 class FilePath; 35 int CourgettePatchFiles(const base::FilePath& src, 36 const base::FilePath& patch, 37 const base::FilePath& dest); 43 int BsdiffPatchFiles(const base::FilePath& src, 44 const base::FilePath& patch, 45 const base::FilePath& dest); 50 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path); 54 base::FilePath FindArchiveToPatch(const InstallationState& original_state, 64 bool DeleteFileFromTempProcess(const base::FilePath& path [all...] |
| /external/chromium_org/webkit/browser/fileapi/ |
| native_file_util.h | 41 static base::File CreateOrOpen(const base::FilePath& path, int file_flags); 42 static base::File::Error EnsureFileExists(const base::FilePath& path, 44 static base::File::Error CreateDirectory(const base::FilePath& path, 47 static base::File::Error GetFileInfo(const base::FilePath& path, 50 CreateFileEnumerator(const base::FilePath& root_path, 52 static base::File::Error Touch(const base::FilePath& path, 55 static base::File::Error Truncate(const base::FilePath& path, 57 static bool PathExists(const base::FilePath& path); 58 static bool DirectoryExists(const base::FilePath& path); 60 const base::FilePath& src_path [all...] |
| /external/chromium_org/base/android/ |
| content_uri_utils.h | 21 BASE_EXPORT File OpenContentUriForRead(const FilePath& content_uri); 24 BASE_EXPORT bool ContentUriExists(const FilePath& content_uri);
|
| /external/chromium_org/base/ |
| event_recorder_stubs.cc | 14 bool EventRecorder::StartRecording(const FilePath& filename) { 21 bool EventRecorder::StartPlayback(const FilePath& filename) {
|
| /external/chromium_org/base/files/ |
| file_enumerator.cc | 14 bool FileEnumerator::ShouldSkip(const FilePath& path) { 15 FilePath::StringType basename = path.BaseName().value();
|
| /external/chromium_org/base/nix/ |
| mime_util_xdg.h | 15 class FilePath; 23 BASE_EXPORT std::string GetFileMimeType(const FilePath& filepath);
|
| /external/chromium_org/base/test/ |
| scoped_path_override.h | 13 class FilePath; 24 ScopedPathOverride(int key, const FilePath& dir);
|
| /external/chromium_org/chrome/browser/chromeos/app_mode/ |
| kiosk_app_data_delegate.h | 11 class FilePath; 19 virtual void GetKioskAppIconCacheDir(base::FilePath* cache_dir) = 0;
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| open_with_browser.h | 27 bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path); 32 const base::FilePath::StringType& file_extension);
|
| /external/chromium_org/chrome/browser/component_updater/test/ |
| test_installer.h | 29 const base::FilePath& unpack_path) OVERRIDE; 32 base::FilePath* installed_file) OVERRIDE; 47 explicit ReadOnlyTestInstaller(const base::FilePath& installed_path); 52 base::FilePath* installed_file) OVERRIDE; 55 base::FilePath install_directory_; 67 const base::FilePath& unpack_path) OVERRIDE; 70 base::FilePath* installed_file) OVERRIDE; 73 base::FilePath install_directory_;
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_creator_filter.h | 11 class FilePath; 23 // Returns true if the given base::FilePath should be included in a 25 bool ShouldPackageFile(const base::FilePath& file_path);
|
| /external/chromium_org/chrome/browser/media/ |
| webrtc_log_util.h | 15 static void DeleteOldWebRtcLogFiles(const base::FilePath& log_dir); 22 const base::FilePath& log_dir,
|
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| av_scanning_file_validator.h | 12 class FilePath; 23 const base::FilePath& dest_platform_path,
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| binary_feature_extractor_posix.cc | 17 const base::FilePath& file_path, 21 const base::FilePath& file_path,
|
| /external/chromium_org/chrome/browser/task_profiler/ |
| auto_tracking.h | 28 void set_output_file_path(const base::FilePath &path); 31 base::FilePath output_file_path_;
|
| /external/chromium_org/chrome/browser/ui/app_list/test/ |
| fake_profile_store.h | 16 explicit FakeProfileStore(const base::FilePath& user_data_dir); 25 const base::FilePath& path, 27 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE; 28 virtual base::FilePath GetUserDataDir() OVERRIDE; 29 virtual bool IsProfileSupervised(const base::FilePath& path) OVERRIDE; 32 base::FilePath user_data_dir_; 33 typedef std::map<base::FilePath, base::Callback<void(Profile*)> > 37 typedef std::map<base::FilePath, Profile*> ProfilesByPath;
|
| /external/chromium_org/chrome/browser/ui/cocoa/download/ |
| download_util_mac.h | 11 class FilePath; 16 void AddFileToPasteboard(NSPasteboard* pasteboard, const base::FilePath& path);
|
| /external/chromium_org/chrome/common/ |
| chrome_paths_android.cc | 13 void GetUserCacheDirectory(const base::FilePath& profile_dir, 14 base::FilePath* result) { 19 bool GetDefaultUserDataDirectory(base::FilePath* result) { 23 bool GetUserDocumentsDirectory(base::FilePath* result) { 30 bool GetUserDownloadsDirectory(base::FilePath* result) { 37 bool GetUserMusicDirectory(base::FilePath* result) { 42 bool GetUserPicturesDirectory(base::FilePath* result) { 47 bool GetUserVideosDirectory(base::FilePath* result) {
|
| /external/chromium_org/chrome/common/extensions/ |
| extension_file_util.h | 11 class FilePath; 24 std::set<base::FilePath> GetBrowserImagePaths(
|
| /external/chromium_org/chrome/installer/util/ |
| delete_after_reboot_helper.h | 17 class FilePath; 27 bool ScheduleFileSystemEntityForDeletion(const base::FilePath& path); 30 bool ScheduleDirectoryForDeletion(const base::FilePath& dir_name); 34 bool RemoveFromMovesPendingReboot(const base::FilePath& directory); 46 bool MatchPendingDeletePath(const base::FilePath& short_form_needle, 47 const base::FilePath& reg_path); 70 // returns a FilePath. Note that if |path| is not present on the file system 73 base::FilePath GetShortPathName(const base::FilePath& path);
|
| helper.h | 15 class FilePath; 25 base::FilePath GetChromeInstallPath(bool system_install,
|
| uninstall_metrics.h | 12 class FilePath; 26 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path,
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| chrome_finder.cc | 26 void GetApplicationDirs(std::vector<base::FilePath>* locations) { 27 std::vector<base::FilePath> installation_locations; 28 base::FilePath local_app_data, program_files, program_files_x86; 46 void GetApplicationDirs(std::vector<base::FilePath>* locations) { 47 locations->push_back(base::FilePath("/opt/google/chrome")); 48 locations->push_back(base::FilePath("/usr/local/bin")); 49 locations->push_back(base::FilePath("/usr/local/sbin")); 50 locations->push_back(base::FilePath("/usr/bin")); 51 locations->push_back(base::FilePath("/usr/sbin")); 52 locations->push_back(base::FilePath("/bin")) [all...] |
| chrome_finder_unittest.cc | 15 bool PathIn(const std::vector<base::FilePath>& list, 16 const base::FilePath& path) { 24 void AssertFound(const base::FilePath& found, 25 const std::vector<base::FilePath>& existing_paths, 26 const std::vector<base::FilePath>& rel_paths, 27 const std::vector<base::FilePath>& locations) { 28 base::FilePath exe; 40 base::FilePath found = 41 base::FilePath().AppendASCII("exists").AppendASCII("exists"); 42 std::vector<base::FilePath> existing_paths [all...] |
| /external/chromium_org/chromeos/ |
| chromeos_test_utils.h | 11 class FilePath; 20 base::FilePath* data_dir);
|