/external/chromium_org/webkit/browser/fileapi/ |
sandbox_quota_observer.cc | 32 base::FilePath usage_file_path = GetUsageCachePath(url); 50 base::FilePath usage_file_path = GetUsageCachePath(url); 69 base::FilePath usage_file_path = GetUsageCachePath(url); 105 base::FilePath SandboxQuotaObserver::GetUsageCachePath( 109 base::FilePath path = 115 return base::FilePath(); 132 const base::FilePath& usage_file_path,
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader_unittest.cc | 36 FileWrapper(const base::FilePath& path, AccessMode mode) { 118 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo/"))); 119 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo/bar/"))); 121 base::FilePath(FILE_PATH_LITERAL("foo/bar/baz.txt"))); 123 base::FilePath(FILE_PATH_LITERAL("foo/bar/quux.txt"))); 125 base::FilePath(FILE_PATH_LITERAL("foo/bar.txt"))); 126 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo.txt"))); 128 base::FilePath(FILE_PATH_LITERAL("foo/bar/.hidden"))); 135 bool GetTestDataDirectory(base::FilePath* path) { 148 bool CompareFileAndMD5(const base::FilePath& path [all...] |
/external/chromium_org/apps/app_shim/ |
app_shim_host_manager_browsertest_mac.mm | 56 base::FilePath user_data_dir; 58 base::FilePath symlink_path = 61 base::FilePath socket_path; 103 const std::vector<base::FilePath>& files) OVERRIDE; 107 const std::vector<base::FilePath>& files) OVERRIDE {} 113 std::vector<base::FilePath> last_launch_files_; 161 const std::vector<base::FilePath>& files) { 182 std::vector<base::FilePath>())); 196 std::vector<base::FilePath>())); 227 base::FilePath directory_in_tmp_ [all...] |
/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/extensions/updater/ |
local_extension_cache.h | 26 typedef base::Callback<void(const base::FilePath& file_path, 34 LocalExtensionCache(const base::FilePath& cache_dir, 59 base::FilePath* file_path, 68 const base::FilePath& file_path, 92 base::FilePath file_path; 97 const base::FilePath& file_path); 116 const base::FilePath& cache_dir, 133 const base::FilePath& cache_dir, 138 const base::FilePath& cache_dir, 148 static void BackendMarkFileUsed(const base::FilePath& file_path [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run_internal_win.cc | 42 bool LaunchSetupForEula(const base::FilePath::StringType& value, 44 base::FilePath exe_dir; 48 base::FilePath exe_path = exe_dir.Append(installer::kSetupExe); 88 base::FilePath eula_sentinel; 101 bool WriteEULAtoTempFile(base::FilePath* eula_path) { 111 base::FilePath eula_sentinel; 129 base::FilePath chrome_exe; 141 base::FilePath sentinel; 147 base::FilePath exe_path; 150 base::FilePath legacy_sentinel = exe_path.Append(chrome::kFirstRunSentinel) [all...] |
/external/chromium_org/chrome/installer/setup/ |
install_worker.h | 20 class FilePath; 34 const base::FilePath& setup_path, 85 const base::FilePath& setup_path, 88 const base::FilePath& temp_path, 105 const base::FilePath& setup_path, 106 const base::FilePath& archive_path, 107 const base::FilePath& src_path, 108 const base::FilePath& temp_path, 122 void AddRegisterComDllWorkItems(const base::FilePath& dll_folder, 123 const std::vector<base::FilePath>& dll_files [all...] |
/external/chromium_org/content/browser/fileapi/ |
sandbox_file_system_backend_unittest.cc | 110 base::FilePath target = delegate_-> 119 base::FilePath* root_path) { 122 FileSystemURL::CreateForTest(origin_url, type, base::FilePath()), 128 base::FilePath returned_root_path = 136 base::FilePath file_system_path() const { 204 std::vector<base::FilePath> returned_root_path( 213 base::FilePath root_path; 219 base::FilePath expected = file_system_path().AppendASCII( 233 base::FilePath root_path; 245 std::vector<base::FilePath> returned_root_path [all...] |
external_mount_points_unittest.cc | 33 const base::FilePath::CharType* const path; 38 const base::FilePath::CharType* const registered_path; 115 base::FilePath(kTestCases[i].path))) 122 base::FilePath found_path; 128 base::FilePath expected_path(kTestCases[i].registered_path); 141 base::FilePath(DRIVE FPL("/a/b/c"))); 146 base::FilePath(DRIVE FPL("/a/b/c(1)"))); 150 base::FilePath(DRIVE FPL("/z/y/x"))); 154 base::FilePath(DRIVE FPL("/m/n/o"))); 159 base::FilePath(DRIVE FPL("/root/foo"))) [all...] |
/external/chromium_org/win8/viewer/ |
metro_viewer_process_host.cc | 115 base::FilePath chrome_path; 161 const base::FilePath& path, 178 const base::FilePath& default_path, 191 const base::FilePath& default_path, 204 const base::FilePath& default_path, 227 const base::FilePath& default_path, 244 const base::FilePath& default_path, 260 const base::FilePath& default_path, 301 const base::FilePath& filename, 313 const base::FilePath& filename) [all...] |
/external/chromium_org/chrome/browser/ |
browser_encoding_browsertest.cc | 103 static const base::FilePath::CharType* kTestDir = 115 const base::FilePath& expected) { 118 base::FilePath full_file_name = save_dir_.AppendASCII(filename_to_write); 132 base::FilePath expected_file_name = ui_test_utils::GetTestFilePath( 133 base::FilePath(kTestDir), expected); 149 base::FilePath save_dir_; 150 base::FilePath temp_sub_resource_dir_; 161 base::FilePath test_dir_path = base::FilePath(kTestDir).AppendASCII( 163 base::FilePath test_file_path(test_dir_path) [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...] |
/external/chromium_org/chrome/browser/download/ |
download_path_reservation_tracker.cc | 28 typedef std::map<ReservationKey, base::FilePath> ReservationMap; 66 base::FilePath last_target_path_; 72 bool IsPathReserved(const base::FilePath& path) { 78 // files. So given a FilePath, we can't derive a normalized key that we can 91 bool IsPathInUse(const base::FilePath& path) { 109 bool TruncateFileName(base::FilePath* path, size_t limit) { 110 base::FilePath basename(path->BaseName()); 115 base::FilePath dir(path->DirName()); 116 base::FilePath::StringType ext(basename.Extension()); 117 base::FilePath::StringType name(basename.RemoveExtension().value()) [all...] |
/external/chromium_org/components/storage_monitor/ |
storage_monitor_linux.cc | 99 uint64 GetDeviceStorageSize(const base::FilePath& device_path, 119 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, 120 const base::FilePath& mount_point) { 196 const base::FilePath& mtab_path, 204 const base::FilePath& path, 205 const base::FilePath& device) { 240 StorageMonitorLinux::StorageMonitorLinux(const base::FilePath& path) 275 const base::FilePath& path, 291 base::FilePath current = path; 333 base::FilePath path [all...] |
/external/chromium_org/courgette/ |
courgette_tool.cc | 50 std::string ReadOrFail(const base::FilePath& file_name, const char* kind) { 62 const base::FilePath& output_file) { 73 void Disassemble(const base::FilePath& input_file, 74 const base::FilePath& output_file) { 109 bool Supported(const base::FilePath& input_file) { 154 void DisassembleAndAdjust(const base::FilePath& program_file, 155 const base::FilePath& model_file, 156 const base::FilePath& output_file) { 209 void DisassembleAdjustDiff(const base::FilePath& model_file, 210 const base::FilePath& program_file [all...] |
/external/chromium_org/content/browser/ |
storage_partition_impl_map.cc | 111 const base::FilePath::CharType kStoragePartitionDirname[] = 113 const base::FilePath::CharType kExtensionsDirname[] = 115 const base::FilePath::CharType kDefaultPartitionDirname[] = 117 const base::FilePath::CharType kTrashDirname[] = 160 base::FilePath GetStoragePartitionDomainPath( 164 return base::FilePath(kStoragePartitionDirname).Append(kExtensionsDirname) 165 .Append(base::FilePath::FromUTF8Unsafe(partition_domain)); 173 void ObliterateOneDirectory(const base::FilePath& current_dir, 174 const std::vector<base::FilePath>& paths_to_keep, 175 std::vector<base::FilePath>* paths_to_consider) [all...] |
/external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
media_galleries_apitest.cc | 62 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("C:\\qux"); 64 base::FilePath::CharType kDevicePath[] = FILE_PATH_LITERAL("/qux"); 141 base::FilePath from_dir = 152 base::FilePath common_js_path( 154 base::FilePath inject_js_path( 167 base::AutoReset<base::FilePath> reset(&test_data_dir_, temp_dir.path()); 235 void AddFileToSingleFakeGallery(const base::FilePath& source_path) { 244 void PopulatePicasaTestData(const base::FilePath& picasa_app_data_root) { 245 base::FilePath picasa_database_path = 247 base::FilePath picasa_temp_dir_path [all...] |
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac_unittest.mm | 84 base::FilePath saveDir(base::SysNSStringToUTF8( 91 base::FilePath toBeSaved = saveDir.Append(saveAsFilename); 225 const base::FilePath& local_path) { 230 base::File::Error GetFileInfo(const base::FilePath& path, 248 base::File::Error ReadDir(const base::FilePath& path) { 265 const base::FilePath& path, 266 const base::FilePath& local_path) { 311 GetFileInfo(base::FilePath(kDevicePath), &info)); 314 GetFileInfo(base::FilePath("/nonexistent"), &info)); 319 EXPECT_EQ(base::File::FILE_OK, ReadDir(base::FilePath(kDevicePath))) [all...] |
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 103 filepath = os.path.normpath(os.path.join(base_path, filename)) 104 inlined_files.add(filepath) 113 inline_data = base64.standard_b64encode(util.ReadFile(filepath, util.BINARY)) 143 rewrite_function: function(filepath, text, distribution) which will be 159 def SrcReplace(src_match, filepath=input_filepath, 163 src_match, filepath, distribution, inlined_files, names_only=names_only, 221 filepath = GetFilepath(src_match) 222 if filepath is None: 224 inlined_files.add(filepath) 228 filepath, [all...] |
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_video_quality_browsertest.cc | 39 static const base::FilePath::CharType kFrameAnalyzerExecutable[] = 46 static const base::FilePath::CharType kArgbToI420ConverterExecutable[] = 53 static const base::FilePath::CharType kCapturedYuvFileName[] = 55 static const base::FilePath::CharType kStatsFileName[] = 66 const base::FilePath::CharType* reference_video; 160 const base::FilePath& captured_video_filename) { 161 base::FilePath path_to_converter = base::MakeAbsoluteFilePath( 201 const base::FilePath& captured_video_filename, 202 const base::FilePath& reference_video_filename, 203 const base::FilePath& stats_file) [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
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/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...] |
/external/chromium_org/content/common/ |
plugin_list.cc | 52 void PluginList::AddExtraPluginPath(const base::FilePath& plugin_path) { 60 void PluginList::RemoveExtraPluginPath(const base::FilePath& plugin_path) { 65 void PluginList::AddExtraPluginDir(const base::FilePath& plugin_dir) { 87 void PluginList::UnregisterInternalPlugin(const base::FilePath& path) { 112 bool PluginList::ReadPluginInfo(const base::FilePath& filename, 198 std::vector<base::FilePath> plugin_paths; 201 for (std::vector<base::FilePath>::const_iterator it = plugin_paths.begin(); 212 const base::FilePath& path, 240 void PluginList::GetPluginPathsToLoad(std::vector<base::FilePath>* plugin_paths, 244 std::vector<base::FilePath> extra_plugin_paths [all...] |
/external/chromium_org/tools/gn/ |
filesystem_utils_unittest.cc | 282 base::FilePath root(L"C:\\source\\foo\\"); 284 base::FilePath(L"C:\\foo\\bar")).value()); 286 base::FilePath(L"/")).value()); 288 base::FilePath(L"C:\\source\\foo")).value()); 290 base::FilePath(L"C:\\source\\foo\\bar\\")). value()); 292 base::FilePath(L"C:\\source\\foo\\bar\\baz")).value()); 296 base::FilePath(L"c:/SOURCE\\Foo/baR/")).value()); 300 base::FilePath(L"/foo/bar/")).value()); 302 base::FilePath(L"C:foo/bar/")).value()); 306 base::FilePath(L"/C:/foo/bar")).value()) [all...] |