Home
last modified time | relevance | path

Searched refs:GetFilePath (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/extensions/common/
Dextension_resource_unittest.cc24 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST()
45 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST()
73 EXPECT_FALSE(r1.GetFilePath().empty()); in TEST()
78 EXPECT_TRUE(r2.GetFilePath().empty()); in TEST()
85 EXPECT_FALSE(r3.GetFilePath().empty()); in TEST()
91 EXPECT_TRUE(r4.GetFilePath().empty()); in TEST()
101 EXPECT_TRUE(r4a.GetFilePath().empty()); in TEST()
108 EXPECT_TRUE(r5.GetFilePath().empty()); in TEST()
114 EXPECT_FALSE(r6.GetFilePath().empty()); in TEST()
149 base::FilePath resolved_path = resource.GetFilePath(); in TEST()
Dextension_resource.cc31 const base::FilePath& ExtensionResource::GetFilePath() const { in GetFilePath() function in extensions::ExtensionResource
41 full_resource_path_ = GetFilePath( in GetFilePath()
49 base::FilePath ExtensionResource::GetFilePath( in GetFilePath() function in extensions::ExtensionResource
119 GetFilePath(); in ComparePathWithDefault()
Dextension_resource.h43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
/external/chromium/chrome/common/extensions/
Dextension_resource.cc24 const FilePath& ExtensionResource::GetFilePath() const { in GetFilePath() function in ExtensionResource
35 GetFilePath(extension_root_, relative_path_); in GetFilePath()
40 FilePath ExtensionResource::GetFilePath( in GetFilePath() function in ExtensionResource
84 GetFilePath(); in ComparePathWithDefault()
Dextension_resource.h30 const FilePath& GetFilePath() const;
36 static FilePath GetFilePath(const FilePath& extension_root,
Dextension_resource_unittest.cc22 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST()
43 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST()
76 FilePath resolved_path = resource.GetFilePath(); in TEST()
Dextension_file_util.cc147 const FilePath path = extension->GetResource(iter->second).GetFilePath(); in ValidateExtension()
186 const FilePath& path = ExtensionResource::GetFilePath( in ValidateExtension()
195 const FilePath& path = ExtensionResource::GetFilePath( in ValidateExtension()
223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) { in ValidateExtension()
239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) { in ValidateExtension()
254 const FilePath path = extension->GetResource(page_path).GetFilePath(); in ValidateExtension()
269 const FilePath path = extension->GetResource(options_path).GetFilePath(); in ValidateExtension()
284 const FilePath path = extension->GetResource(page_path).GetFilePath(); in ValidateExtension()
/external/chromium_org/chrome/browser/net/
Dnet_log_temp_file_unittest.cc110 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInitFailure()
120 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInit()
131 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStart()
143 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStop()
192 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F()
198 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F()
Dnet_log_temp_file.h57 bool GetFilePath(base::FilePath* path);
/external/chromium_org/chrome/browser/themes/
Dtheme_service_browsertest.cc55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename)); in IN_PROC_BROWSER_TEST_F()
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/sync/test/integration/
Dpreferences_helper.cc188 reference_value = GetVerifierPrefs()->GetFilePath(pref_name); in FilePathPrefMatches()
190 reference_value = GetPrefs(0)->GetFilePath(pref_name); in FilePathPrefMatches()
193 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) { in FilePathPrefMatches()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_context_impl.cc150 base::FilePath idb_directory = GetFilePath(origin_url); in GetAllOriginsInfo()
182 info->SetString("path", GetFilePath(origin_url).value()); in GetAllOriginsDetails()
298 base::FilePath idb_directory = GetFilePath(origin_url); in GetOriginLastModified()
311 base::FilePath idb_directory = GetFilePath(origin_url); in DeleteForOrigin()
366 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { in GetFilePath() function in content::IndexedDBContextImpl
485 base::FilePath file_path = GetFilePath(origin_url); in ReadUsageFromDisk()
/external/chromium/chrome/browser/extensions/
Dextension_protocols.cc174 resource_file_path = resource.GetFilePath(); in CreateExtensionURLRequestJob()
193 return new net::URLRequestFileJob(request, resource.GetFilePath()); in CreateUserScriptURLRequestJob()
Dfile_reader.cc29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dentry_revert_performer.cc42 const base::FilePath original_path = metadata->GetFilePath(local_id); in FinishRevert()
62 changed_directories->insert(metadata->GetFilePath(entry.parent_local_id())); in FinishRevert()
/external/clang/lib/Driver/
DToolChain.cpp133 std::string ToolChain::GetFilePath(const char *Name) const { in GetFilePath() function in ToolChain
134 return D.GetFilePath(Name, *this); in GetFilePath()
410 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable()
DTools.cpp4826 Args.MakeArgString(getToolChain().GetFilePath("crt3.o")); in ConstructJob()
5167 getToolChain().GetFilePath("crt1.o"))); in ConstructJob()
5169 getToolChain().GetFilePath("crti.o"))); in ConstructJob()
5171 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob()
5174 getToolChain().GetFilePath("crti.o"))); in ConstructJob()
5177 getToolChain().GetFilePath("crtn.o"))); in ConstructJob()
5207 getToolChain().GetFilePath("crtend.o"))); in ConstructJob()
5293 getToolChain().GetFilePath("gcrt0.o"))); in ConstructJob()
5296 getToolChain().GetFilePath("crt0.o"))); in ConstructJob()
5298 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob()
[all …]
/external/chromium_org/extensions/browser/
Dfile_reader.cc30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dupdate_operation.cc49 local_state->drive_file_path = metadata->GetFilePath(local_state->local_id); in GetFileLocalState()
94 *drive_file_path = metadata->GetFilePath(local_id); in UpdateFileLocalState()
Dremove_operation.cc48 *changed_directory_path = metadata->GetFilePath(*local_id).DirName(); in UpdateLocalState()
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata_unittest.cc343 resource_metadata_->GetFilePath(file_id).AsUTF8Unsafe()); in TEST_F()
359 resource_metadata_->GetFilePath(file_id).AsUTF8Unsafe()); in TEST_F()
397 resource_metadata_->GetFilePath(dir_id).AsUTF8Unsafe()); in TEST_F()
504 resource_metadata_->GetFilePath(local_id).AsUTF8Unsafe()); in TEST_F()
512 resource_metadata_->GetFilePath(local_id).AsUTF8Unsafe()); in TEST_F()
Dresource_metadata.cc361 sub_directories->insert(GetFilePath(children[i])); in GetSubDirectoriesRecursively()
379 base::FilePath ResourceMetadata::GetFilePath(const std::string& id) { in GetFilePath() function in drive::internal::ResourceMetadata
386 path = GetFilePath(entry.parent_local_id()); in GetFilePath()
Dresource_metadata.h117 base::FilePath GetFilePath(const std::string& id);
/external/chromium_org/extensions/common/manifest_handlers/
Dbackground_info.cc274 extension->GetResource(background_scripts[i]).GetFilePath())) { in Validate()
289 const base::FilePath path = extension->GetResource(page_path).GetFilePath(); in Validate()
/external/chromium_org/components/nacl/browser/
Dnacl_browser.h101 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,

1234