/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_operation.cc | 51 base::FilePath input_abs_path, 52 base::FilePath patch_abs_path, 53 base::FilePath output_abs_path) OVERRIDE; 54 virtual int Patch(base::FilePath input_abs_path, 55 base::FilePath patch_abs_path, 56 base::FilePath output_abs_path) OVERRIDE; 68 base::FilePath input_abs_path, 69 base::FilePath patch_abs_path, 70 base::FilePath output_abs_path) { 77 int CourgetteTraits::Patch(base::FilePath input_abs_path [all...] |
/external/chromium_org/chrome/browser/media_galleries/ |
media_folder_finder.cc | 32 typedef base::Callback<void(const std::vector<base::FilePath>& /*roots*/)> 61 bool IsValidScanPath(const base::FilePath& path) { 90 bool ShouldIgnoreScanRoot(const base::FilePath& path) { 96 base::FilePath mount_point = 115 base::FilePath GetPlatformSpecificDefaultScanRoot() { 116 base::FilePath root; 133 const std::vector<base::FilePath>& override_paths) { 144 std::vector<base::FilePath> roots; 153 base::FilePath path(storages[i].location()); 159 base::FilePath platform_root = GetPlatformSpecificDefaultScanRoot() [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
external_mount_points.cc | 22 base::FilePath NormalizeFilePath(const base::FilePath& path) { 26 base::FilePath::StringType path_str = path.StripTrailingSeparators().value(); 27 if (!base::FilePath::IsSeparator(path_str[path_str.length() - 1])) 30 return base::FilePath(path_str).NormalizePathSeparators(); 66 const base::FilePath& path, 74 const base::FilePath& path() const { return path_; } 79 const base::FilePath path_; 101 const base::FilePath& path_in) { 108 base::FilePath path = NormalizeFilePath(path_in) [all...] |
local_file_util.cc | 27 LocalFileEnumerator(const base::FilePath& platform_root_path, 28 const base::FilePath& virtual_root_path, 37 virtual base::FilePath Next() OVERRIDE; 45 base::FilePath platform_root_path_; 46 base::FilePath virtual_root_path_; 49 base::FilePath LocalFileEnumerator::Next() { 50 base::FilePath next = file_enum_.Next(); 58 base::FilePath path; 82 base::FilePath file_path; 97 base::FilePath file_path [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.h | 41 const base::FilePath::CharType kDriveGrandRootDirName[] = 44 const base::FilePath::CharType kDriveMyDriveRootDirName[] = 47 const base::FilePath::CharType kDriveOtherDirName[] = 50 const base::FilePath::CharType kDriveTrashDirName[] = 54 const base::FilePath& GetDriveGrandRootPath(); 57 const base::FilePath& GetDriveMyDriveRootPath(); 60 base::FilePath GetDriveMountPointPath(Profile* profile); 64 base::FilePath GetDriveMountPointPathForUserIdHash(std::string user_id_hash); 89 GURL FilePathToDriveURL(const base::FilePath& path); 92 base::FilePath DriveURLToFilePath(const GURL& url) [all...] |
file_change.cc | 9 FileChange::FileChange(const base::FilePath& path, Type type) 16 FileChangeSet FileChange::CreateSingleSet(const base::FilePath& path,
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
file_access_permissions.cc | 14 base::FilePath FullPermission() { return base::FilePath(); } 29 const std::string& extension_id, const base::FilePath& path) { 36 const std::string& extension_id, const base::FilePath& path) const { 48 base::FilePath current_path = path.StripTrailingSeparators(); 49 base::FilePath last_path;
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager.h | 25 const base::FilePath& profile_path) = 0; 30 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0; 34 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0; 40 const base::FilePath& profile_path, 45 virtual void GetShortcutProperties(const base::FilePath& profile_path, 48 base::FilePath* icon_path) = 0;
|
file_path_verifier_win.cc | 31 FileVerificationResult VerifyFileAtPath(const base::FilePath& file) { 34 base::FilePath normalized_path; 72 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1, 73 const base::FilePath& path2) { 76 if (base::FilePath::CompareEqualIgnoreCase(path1.value(), path2.value())) { 78 } else if (base::FilePath::CompareEqualIgnoreCase(path1.BaseName().value(), 81 } else if (base::FilePath::CompareEqualIgnoreCase(path1.DirName().value(), 91 void VerifyPreferencesFile(const base::FilePath& pref_file_path) {
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app_unittest.cc | 55 base::FilePath profile_path(FILE_PATH_LITERAL("profile")); 56 base::FilePath result( 58 base::FilePath expected = profile_path.AppendASCII("Web Applications") 64 base::FilePath profile_path(FILE_PATH_LITERAL("profile")); 65 base::FilePath result(web_app::GetWebAppDataDirectory( 67 base::FilePath expected = profile_path.AppendASCII("Web Applications")
|
/external/chromium_org/chrome/common/ |
chrome_paths_mac.mm | 27 const base::FilePath* g_override_versioned_directory = NULL; 46 base::FilePath versioned_dir = chrome::GetVersionedDirectory(); 47 base::FilePath outer_app_dir = versioned_dir.DirName().DirName().DirName(); 107 base::FilePath* result) { 120 bool GetDefaultUserDataDirectory(base::FilePath* result) { 124 bool GetUserDocumentsDirectory(base::FilePath* result) { 128 void GetUserCacheDirectory(const base::FilePath& profile_dir, 129 base::FilePath* result) { 139 base::FilePath app_data_dir; 142 base::FilePath cache_dir [all...] |
/external/chromium_org/chrome/installer/util/ |
delete_tree_work_item.h | 31 DeleteTreeWorkItem(const base::FilePath& root_path, 32 const base::FilePath& temp_path, 33 const std::vector<base::FilePath>& key_paths); 36 base::FilePath root_path_; 39 base::FilePath temp_path_; 46 scoped_ptr<base::FilePath[]> key_paths_;
|
/external/chromium_org/content/browser/ |
plugin_service_impl.h | 86 virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path, 89 const base::FilePath& path) OVERRIDE; 92 const base::FilePath& plugin_path) OVERRIDE; 95 virtual void ForcePluginShutdown(const base::FilePath& plugin_path) OVERRIDE; 96 virtual bool IsPluginUnstable(const base::FilePath& plugin_path) OVERRIDE; 98 virtual void AddExtraPluginPath(const base::FilePath& path) OVERRIDE; 99 virtual void RemoveExtraPluginPath(const base::FilePath& path) OVERRIDE; 100 virtual void AddExtraPluginDir(const base::FilePath& path) OVERRIDE; 103 virtual void UnregisterInternalPlugin(const base::FilePath& path) OVERRIDE; 126 int render_process_id, const base::FilePath& plugin_path) [all...] |
/external/chromium_org/net/disk_cache/ |
cache_util.h | 13 class FilePath; 24 NET_EXPORT_PRIVATE bool MoveCache(const base::FilePath& from_path, 25 const base::FilePath& to_path); 29 NET_EXPORT_PRIVATE void DeleteCache(const base::FilePath& path, 33 NET_EXPORT_PRIVATE bool DeleteCacheFile(const base::FilePath& name); 37 bool DelayedCacheCleanup(const base::FilePath& full_path);
|
/external/chromium_org/tools/gn/ |
build_settings.cc | 27 void BuildSettings::SetRootPath(const base::FilePath& r) { 28 DCHECK(r.value()[r.value().size() - 1] != base::FilePath::kSeparators[0]); 42 base::FilePath BuildSettings::GetFullPath(const SourceFile& file) const { 46 base::FilePath BuildSettings::GetFullPath(const SourceDir& dir) const { 50 base::FilePath BuildSettings::GetFullPathSecondary( 55 base::FilePath BuildSettings::GetFullPathSecondary(
|
/frameworks/base/core/java/android/content/res/ |
ObbScanner.java | 33 * @param filePath path to the OBB file to be scanned. 38 public static ObbInfo getObbInfo(String filePath) throws IOException { 39 if (filePath == null) { 43 final File obbFile = new File(filePath); 45 throw new IllegalArgumentException("OBB file does not exist: " + filePath); 61 private native static void getObbInfo_native(String filePath, ObbInfo obbInfo)
|
/external/chromium_org/content/browser/fileapi/ |
dragged_file_util_unittest.cc | 45 static const base::FilePath::CharType* kRootPaths[] = { 51 base::FilePath GetTopLevelPath(const base::FilePath& path) { 52 std::vector<base::FilePath::StringType> components; 54 return base::FilePath(components[0]); 66 const base::FilePath::StringType& name) { 73 base::FilePath GetRelativeVirtualPath(const FileSystemURL& root, 77 base::FilePath relative; 124 const base::FilePath& root_path() const { 133 base::FilePath GetTestCasePlatformPath [all...] |
/external/chromium_org/apps/app_shim/test/ |
app_shim_host_manager_test_api_mac.h | 13 class FilePath; 28 const base::FilePath& directory_in_tmp();
|
/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/chrome/browser/chromeos/file_manager/ |
mime_util.h | 13 class FilePath; 21 std::string GetMimeTypeForPath(const base::FilePath& file_path);
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_component_extension_resource_manager.cc | 66 const base::FilePath& extension_path, 67 const base::FilePath& resource_path, 69 base::FilePath directory_path = extension_path; 70 base::FilePath resources_dir; 71 base::FilePath relative_path; 79 std::map<base::FilePath, int>::const_iterator entry = 91 base::FilePath resource_path = base::FilePath().AppendASCII(
|
extension_browsertest.h | 74 const extensions::ExtensionSet* extensions, const base::FilePath& path); 81 const extensions::Extension* LoadExtension(const base::FilePath& path); 85 const base::FilePath& path); 90 const base::FilePath& path, int flags); 95 const base::FilePath& path, 103 const base::FilePath& path, 104 const base::FilePath::CharType* manifest_relative_path); 110 const base::FilePath& path); 113 // Return an empty FilePath if there were errors. 114 base::FilePath PackExtension(const base::FilePath& dir_path) [all...] |
/external/chromium_org/chrome/browser/ |
load_library_perf_test.cc | 16 void MeasureSizeAndTimeToLoadNativeLibrary(const base::FilePath& library_name) { 17 base::FilePath output_dir; 19 base::FilePath library_path = output_dir.Append(library_name); 50 MeasureSizeAndTimeToLoadNativeLibrary(base::FilePath::FromUTF16Unsafe( 58 base::FilePath::FromUTF8Unsafe(kWidevineCdmFileName)); 63 base::FilePath::FromUTF8Unsafe(kWidevineCdmAdapterFileName)); 70 base::FilePath::FromUTF8Unsafe("libclearkeycdm.dylib")); 79 base::FilePath::FromUTF8Unsafe("clearkeycdmadapter.plugin"));
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac.h | 30 const base::FilePath::StringType& synthetic_path); 36 const base::FilePath& file_path, 42 const base::FilePath& root, 48 const base::FilePath& device_file_path, 49 const base::FilePath& local_path, 54 const base::FilePath& device_file_path, 71 void ReadDirectoryTimeout(const base::FilePath& root); 79 void GetFileInfoImpl(const base::FilePath& file_path, 85 const base::FilePath& root, 91 const base::FilePath& device_file_path [all...] |