/external/chromium_org/extensions/common/ |
D | extension_resource_unittest.cc | 24 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()
|
D | extension_resource.cc | 31 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()
|
D | extension_resource.h | 43 const base::FilePath& GetFilePath() const; 53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
|
/external/chromium_org/chrome/browser/net/ |
D | net_log_temp_file_unittest.cc | 117 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()
|
D | net_log_temp_file.h | 59 bool GetFilePath(base::FilePath* path);
|
/external/chromium_org/chrome/browser/themes/ |
D | theme_service_browsertest.cc | 55 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/ |
D | indexed_db_context_impl.cc | 152 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/ |
D | entry_revert_performer.cc | 48 error = metadata->GetFilePath(local_id, &original_path); in FinishRevert() 75 error = metadata->GetFilePath(local_id, &new_path); in FinishRevert()
|
D | entry_update_performer.cc | 55 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/ |
D | preferences_helper.cc | 182 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/ |
D | file_reader.cc | 30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 142 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()
|
D | Tools.cpp | 5933 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/ |
D | resource_metadata_unittest.cc | 246 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()
|
D | resource_metadata.h | 100 FileError GetFilePath(const std::string& id, base::FilePath* out_file_path);
|
D | resource_metadata.cc | 424 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/ |
D | launcher_page_info.cc | 62 const base::FilePath path = extension->GetResource(info->page).GetFilePath(); in Validate()
|
D | background_info.cc | 279 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/ |
D | video_source.h | 67 std::string GetFilePath() const;
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 179 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/ |
D | download_prefs.cc | 118 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/ |
D | thumbnail_store.cc | 312 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/ |
D | nacl_browser.h | 115 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
|
/external/chromium_org/chrome/common/extensions/ |
D | extension_unittest.cc | 181 extension->GetResource("test.html").GetFilePath().value()); in TEST() 183 extension->GetResource("test.js").GetFilePath().value()); in TEST()
|
/external/chromium_org/extensions/shell/browser/ |
D | shell_nacl_browser_delegate.cc | 176 const base::FilePath resource_file_path = resource.GetFilePath(); in MapUrlToLocalFilePath()
|