/external/chromium_org/extensions/browser/ |
content_hash_reader.cc | 27 const base::FilePath& extension_root, 28 const base::FilePath& relative_path, 47 base::FilePath verified_contents_path = 62 base::FilePath computed_hashes_path =
|
file_reader_unittest.cc | 56 base::FilePath path; 60 extension_id, path, base::FilePath().AppendASCII(filename)); 87 base::FilePath path; 90 ExtensionResource resource(extension_id, path, base::FilePath(
|
/external/chromium_org/extensions/common/ |
constants.h | 20 extern const base::FilePath::CharType kManifestFilename[]; 23 extern const base::FilePath::CharType kLocaleFolder[]; 26 extern const base::FilePath::CharType kMessagesFilename[]; 29 extern const base::FilePath::CharType kPlatformSpecificFolder[]; 33 extern const base::FilePath::CharType kMetadataFolder[]; 36 extern const base::FilePath::CharType kVerifiedContentsFilename[]; 39 extern const base::FilePath::CharType kComputedHashesFilename[]; 64 extern const base::FilePath::CharType kExtensionFileExtension[]; 67 extern const base::FilePath::CharType kExtensionKeyFileExtension[];
|
/external/chromium_org/google_apis/drive/ |
test_util.cc | 38 base::FilePath GetTestFilePath(const std::string& relative_path) { 39 base::FilePath path; 41 return base::FilePath(); 45 .Append(base::FilePath::FromUTF8Unsafe(relative_path)); 58 bool WriteStringToFile(const base::FilePath& file_path, 65 bool CreateFileOfSpecifiedSize(const base::FilePath& temp_dir, 67 base::FilePath* path, 83 base::FilePath path = GetTestFilePath(relative_path); 95 const base::FilePath& file_path) {
|
/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_test.cc | 27 base::FilePath src_path; 29 base::FilePath test_expectations_path = 61 base::FilePath test_path; 63 base::FilePath program(test_path.Append(FILE_PATH_LITERAL(
|
/external/chromium_org/media/base/ |
media_stub.cc | 14 bool InitializeMediaLibraryInternal(const base::FilePath& module_dir) {
|
/external/chromium_org/media/filters/ |
file_data_source_unittest.cc | 33 // FilePath class are unicode, and the pipeline wants char strings. Convert 35 // chars so just return the string from the base::FilePath. 36 base::FilePath TestFileURL() { 37 base::FilePath data_dir;
|
/external/chromium_org/mojo/views/ |
views_init.cc | 19 base::FilePath ui_test_pak_path;
|
/external/chromium_org/net/base/ |
platform_mime_util_mac.mm | 34 const base::FilePath::StringType& ext, std::string* result) const { 56 const std::string& mime_type, base::FilePath::StringType* ext) const { 76 base::hash_set<base::FilePath::StringType>* extensions) const { 99 base::FilePath::StringType ext;
|
/external/chromium_org/net/test/spawned_test_server/ |
remote_test_server.h | 24 const base::FilePath& document_root); 30 const base::FilePath& document_root); 50 base::FilePath GetDocumentRoot() const; 53 bool Init(const base::FilePath& document_root);
|
/external/chromium_org/net/tools/crl_set_dump/ |
crl_set_dump.cc | 29 base::FilePath crl_set_filename, delta_filename, output_filename; 34 crl_set_filename = base::FilePath::FromUTF8Unsafe(argv[1]); 36 delta_filename = base::FilePath::FromUTF8Unsafe(argv[2]); 38 output_filename = base::FilePath::FromUTF8Unsafe(argv[3]);
|
/external/chromium_org/remoting/host/ |
json_host_config_unittest.cc | 27 static void WriteTestFile(const base::FilePath& filename) { 37 base::FilePath non_existent_file = 45 base::FilePath test_file = test_dir_.path().AppendASCII("read.json"); 68 base::FilePath test_file = test_dir_.path().AppendASCII("write.json");
|
/external/chromium_org/skia/tools/filter_fuzz_stub/ |
filter_fuzz_stub.cc | 16 base::FilePath filepath = base::FilePath::FromUTF8Unsafe(filename); local 18 if (!base::ReadFileToString(filepath, ipc_filter_message)) {
|
/external/chromium_org/tools/gn/ |
input_file.cc | 23 bool InputFile::Load(const base::FilePath& system_path) {
|
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 89 base::FilePath, /* filename */ 95 base::FilePath) /* filename */ 99 std::vector<base::FilePath>) /* filenames */ 104 base::FilePath) /* filepath*/ 110 base::FilePath /* shortcut */, 118 base::FilePath, /* shortcut */ 133 IPC_STRUCT_MEMBER(base::FilePath, suggested_name) 154 base::FilePath, /* Default path */
|
/external/chromium_org/ui/ozone/platform/test/ |
file_surface_factory.cc | 23 void WriteDataToFile(const base::FilePath& location, const SkBitmap& bitmap) { 33 FileSurface(const base::FilePath& location) : location_(location) {} 60 base::FilePath location_; 66 FileSurfaceFactory::FileSurfaceFactory(const base::FilePath& dump_location)
|
/external/chromium_org/webkit/browser/fileapi/ |
local_file_util.h | 48 base::FilePath* platform_file) OVERRIDE; 55 base::FilePath* local_file_path) OVERRIDE; 73 const base::FilePath& src_file_path, 86 base::FilePath* platform_path) OVERRIDE;
|
sandbox_file_system_backend_delegate.cc | 68 const base::FilePath::CharType* const kRestrictedNames[] = { 73 const base::FilePath::CharType kRestrictedChars[] = { 150 const base::FilePath::CharType 175 const base::FilePath& profile_path, 236 base::FilePath 242 base::FilePath path = obfuscated_file_util()->GetDirectoryForOriginAndType( 245 return base::FilePath(); 399 base::FilePath base_path = 403 base::FilePath usage_file_path = 500 base::FilePath usage_file_path = GetUsageCachePathForOriginAndType [all...] |
/external/chromium_org/webkit/common/fileapi/ |
directory_entry.cc | 15 : name(base::FilePath::FromUTF8Unsafe(name).value()),
|
/frameworks/base/core/jni/ |
android_content_res_ObbScanner.cpp | 42 const char* filePath = env->GetStringUTFChars(file, NULL); 45 if (!obb->readFrom(filePath)) { 46 env->ReleaseStringUTFChars(file, filePath); 51 env->ReleaseStringUTFChars(file, filePath);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 101 virtual void Init(const base::FilePath& filename) = 0; 198 static base::FilePath BloomFilterForFilename( 199 const base::FilePath& db_filename); 202 static base::FilePath PrefixSetForFilename(const base::FilePath& db_filename); 205 static base::FilePath BrowseDBFilename( 206 const base::FilePath& db_base_filename); 209 static base::FilePath DownloadDBFilename( 210 const base::FilePath& db_base_filename); 213 static base::FilePath CsdWhitelistDBFilename [all...] |
/external/chromium_org/content/browser/download/ |
save_package.cc | 82 base::FilePath::StringType StripOrdinalNumber( 83 const base::FilePath::StringType& pure_file_name) { 84 base::FilePath::StringType::size_type r_paren_index = 86 base::FilePath::StringType::size_type l_paren_index = 91 for (base::FilePath::StringType::size_type i = l_paren_index + 1; 135 const base::FilePath::CharType SavePackage::kDefaultHtmlExtension[] = 144 const base::FilePath& file_full_path, 145 const base::FilePath& directory_full_path) 161 file_name_set_(&base::FilePath::CompareLessIgnoreCase), 192 file_name_set_(&base::FilePath::CompareLessIgnoreCase) [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
pepper_flash_component_installer.cc | 85 base::FilePath GetPepperFlashBaseDirectory() { 86 base::FilePath result; 95 base::FilePath GetPepperFlashDebuggerDirectory() { 96 base::FilePath result; 107 bool GetPepperFlashDirectory(base::FilePath* latest_dir, 109 std::vector<base::FilePath>* older_dirs) { 111 base::FilePath base_dir = GetPepperFlashBaseDirectory(); 115 for (base::FilePath path = file_enumerator.Next(); !path.value().empty(); 148 bool GetPepperFlashDebuggerPath(base::FilePath* dll_path, 151 base::FilePath debugger_dir = GetPepperFlashDebuggerDirectory() [all...] |
/external/chromium_org/components/storage_monitor/ |
volume_mount_watcher_win.cc | 122 bool GetDeviceDetails(const base::FilePath& device_path, StorageInfo* info) { 161 if (MediaStorageUtil::HasDcim(base::FilePath(mount_point))) 185 std::vector<base::FilePath> GetAttachedDevices() { 186 std::vector<base::FilePath> result; 199 result.push_back(base::FilePath(volume_path)); 220 const base::FilePath& device, 224 base::FilePath::StringType volume_name; 225 base::FilePath::CharType drive_letter = device.value()[0]; 342 base::FilePath VolumeMountWatcherWin::DriveNumberToFilePath(int drive_number) { 344 return base::FilePath(); [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration_linux_unittest.cc | 83 base::FilePath path; 85 EXPECT_EQ(base::FilePath("/user/path"), path); 92 base::FilePath path; 94 EXPECT_EQ(base::FilePath("/home/user/.local/share"), path); 100 base::FilePath path; 117 ElementsAre(base::FilePath("/user/path"), 118 base::FilePath("/system/path/1"), 119 base::FilePath("/system/path/2"))); 129 ElementsAre(base::FilePath("/home/user/.local/share"), 130 base::FilePath("/system/path/1") [all...] |