Home
last modified time | relevance | path

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

123

/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_org/chrome/browser/net/
Dnet_log_temp_file_unittest.cc117 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInitFailure()
129 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInit()
142 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStart()
158 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStartStripPrivateData()
172 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStop()
222 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F()
228 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F()
Dnet_log_temp_file.h59 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/content/browser/indexed_db/
Dindexed_db_context_impl.cc152 base::FilePath idb_directory = GetFilePath(origin_url); in GetAllOriginsInfo()
185 info->SetString("path", GetFilePath(origin_url).value()); in GetAllOriginsDetails()
304 base::FilePath idb_directory = GetFilePath(origin_url); in GetOriginLastModified()
317 base::FilePath idb_directory = GetFilePath(origin_url); in DeleteForOrigin()
365 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { in GetFilePath() function in content::IndexedDBContextImpl
480 base::FilePath file_path = GetFilePath(origin_url); in ReadUsageFromDisk()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dentry_revert_performer.cc48 error = metadata->GetFilePath(local_id, &original_path); in FinishRevert()
75 error = metadata->GetFilePath(local_id, &new_path); in FinishRevert()
Dentry_update_performer.cc55 error = metadata->GetFilePath(local_id, &local_state->drive_file_path); in PrepareUpdate()
138 error = metadata->GetFilePath(existing_local_id, &existing_entry_path); in FinishUpdate()
170 error = metadata->GetFilePath(local_id, &entry_path); in FinishUpdate()
/external/chromium_org/chrome/browser/sync/test/integration/
Dpreferences_helper.cc182 reference_value = GetVerifierPrefs()->GetFilePath(pref_name); in FilePathPrefMatches()
184 reference_value = GetPrefs(0)->GetFilePath(pref_name); in FilePathPrefMatches()
187 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) { in FilePathPrefMatches()
/external/chromium_org/extensions/browser/
Dfile_reader.cc30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
/external/clang/lib/Driver/
DToolChain.cpp142 std::string ToolChain::GetFilePath(const char *Name) const { in GetFilePath() function in ToolChain
143 return D.GetFilePath(Name, *this); in GetFilePath()
414 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable()
DTools.cpp5933 getToolChain().GetFilePath("crt1.o"))); in ConstructJob()
5935 getToolChain().GetFilePath("crti.o"))); in ConstructJob()
5937 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob()
5940 getToolChain().GetFilePath("crti.o"))); in ConstructJob()
5943 getToolChain().GetFilePath("crtn.o"))); in ConstructJob()
5973 getToolChain().GetFilePath("crtend.o"))); in ConstructJob()
6110 getToolChain().GetFilePath("gcrt0.o"))); in ConstructJob()
6113 getToolChain().GetFilePath("crt0.o"))); in ConstructJob()
6115 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob()
6118 getToolChain().GetFilePath("crtbeginS.o"))); in ConstructJob()
[all …]
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata_unittest.cc246 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path)); in TEST_F()
262 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path)); in TEST_F()
300 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(dir_id, &path)); in TEST_F()
459 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path)); in TEST_F()
467 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path)); in TEST_F()
Dresource_metadata.h100 FileError GetFilePath(const std::string& id, base::FilePath* out_file_path);
Dresource_metadata.cc424 error = GetFilePath(children[i], &path); in GetSubDirectoriesRecursively()
447 FileError ResourceMetadata::GetFilePath(const std::string& id, in GetFilePath() function in drive::internal::ResourceMetadata
458 error = GetFilePath(entry.parent_local_id(), &path); in GetFilePath()
/external/chromium_org/extensions/common/manifest_handlers/
Dlauncher_page_info.cc62 const base::FilePath path = extension->GetResource(info->page).GetFilePath(); in Validate()
Dbackground_info.cc279 extension->GetResource(background_scripts[i]).GetFilePath())) { in Validate()
294 const base::FilePath path = extension->GetResource(page_path).GetFilePath(); in Validate()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dvideo_source.h67 std::string GetFilePath() const;
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp179 ProcessPOSIX::GetFilePath( in GetFilePath() function in ProcessPOSIX
228 stdin_path = GetFilePath(file_action, stdin_path); in DoLaunch()
231 stdout_path = GetFilePath(file_action, stdout_path); in DoLaunch()
234 stderr_path = GetFilePath(file_action, stderr_path); in DoLaunch()
/external/chromium_org/chrome/browser/download/
Ddownload_prefs.cc118 const base::FilePath current = prefs->GetFilePath(path_pref[i]); in DownloadPrefs()
143 base::FilePath current_download_dir = prefs->GetFilePath( in DownloadPrefs()
/external/chromium_org/chrome/browser/android/thumbnail/
Dthumbnail_store.cc312 base::FilePath file_path = GetFilePath(tab_id); in DecompressThumbnailFromFile()
325 base::FilePath file_path = GetFilePath(tab_id); in RemoveFromDisk()
368 GetFilePath(tab_id), in WriteThumbnailIfNecessary()
413 base::FilePath file_path = GetFilePath(tab_id); in ReadNextThumbnail()
486 base::FilePath ThumbnailStore::GetFilePath(TabId tab_id) const { in GetFilePath() function in ThumbnailStore
/external/chromium_org/components/nacl/browser/
Dnacl_browser.h115 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
/external/chromium_org/chrome/common/extensions/
Dextension_unittest.cc181 extension->GetResource("test.html").GetFilePath().value()); in TEST()
183 extension->GetResource("test.js").GetFilePath().value()); in TEST()
/external/chromium_org/extensions/shell/browser/
Dshell_nacl_browser_delegate.cc176 const base::FilePath resource_file_path = resource.GetFilePath(); in MapUrlToLocalFilePath()

123