Searched refs:GetFilePath (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/extensions/common/
H A Dextension_resource.h43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
H A Dextension_resource_unittest.cc24 EXPECT_TRUE(resource.GetFilePath().empty());
45 EXPECT_TRUE(resource.GetFilePath().empty());
73 EXPECT_FALSE(r1.GetFilePath().empty());
78 EXPECT_TRUE(r2.GetFilePath().empty());
85 EXPECT_FALSE(r3.GetFilePath().empty());
91 EXPECT_TRUE(r4.GetFilePath().empty());
101 EXPECT_TRUE(r4a.GetFilePath().empty());
108 EXPECT_TRUE(r5.GetFilePath().empty());
114 EXPECT_FALSE(r6.GetFilePath().empty());
149 base::FilePath resolved_path = resource.GetFilePath();
[all...]
H A Dextension_resource.cc31 const base::FilePath& ExtensionResource::GetFilePath() const { function in class:extensions::ExtensionResource
41 full_resource_path_ = GetFilePath(
49 base::FilePath ExtensionResource::GetFilePath( function in class:extensions::ExtensionResource
119 GetFilePath();
/external/chromium_org/extensions/browser/
H A Dfile_reader.cc30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_browsertest.cc55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file_unittest.cc110 // Verify state and GetFilePath return correct values if EnsureInit() fails.
117 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
120 // When we lie in NetExportLogExists, make sure state and GetFilePath return
129 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
140 // Check GetFilePath returns false, if we are still writing to file.
142 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
156 // Check GetFilePath returns false, if we are still writing to file.
158 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
172 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
222 EXPECT_TRUE(net_log_temp_file_->GetFilePath(
[all...]
H A Dnet_log_temp_file.h59 bool GetFilePath(base::FilePath* path);
H A Dnet_log_temp_file.cc143 bool NetLogTempFile::GetFilePath(base::FilePath* path) { function in class:NetLogTempFile
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h67 std::string GetFilePath() const;
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc47 error = metadata->GetFilePath(local_id, &original_path);
69 error = metadata->GetFilePath(entry.parent_local_id(), &new_parent_path);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc189 reference_value = GetVerifierPrefs()->GetFilePath(pref_name);
191 reference_value = GetPrefs(0)->GetFilePath(pref_name);
194 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc152 base::FilePath idb_directory = GetFilePath(origin_url);
184 info->SetString("path", GetFilePath(origin_url).value());
303 base::FilePath idb_directory = GetFilePath(origin_url);
316 base::FilePath idb_directory = GetFilePath(origin_url);
364 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { function in class:content::IndexedDBContextImpl
479 base::FilePath file_path = GetFilePath(origin_url);
H A Dindexed_db_context_impl.h93 base::FilePath GetFilePath(const GURL& origin_url) const;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.h100 FileError GetFilePath(const std::string& id, base::FilePath* out_file_path);
H A Dresource_metadata_unittest.cc246 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path));
262 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(file_id, &path));
300 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(dir_id, &path));
459 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path));
467 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->GetFilePath(local_id, &path));
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.h114 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
/external/clang/lib/Driver/
H A DToolChain.cpp142 std::string ToolChain::GetFilePath(const char *Name) const { function in class:ToolChain
143 return D.GetFilePath(Name, *this);
414 std::string Path = GetFilePath("crtfastmath.o");
H A DTools.cpp5933 getToolChain().GetFilePath("crt1.o")));
5935 getToolChain().GetFilePath("crti.o")));
5937 getToolChain().GetFilePath("crtbegin.o")));
5940 getToolChain().GetFilePath("crti.o")));
5943 getToolChain().GetFilePath("crtn.o")));
5973 getToolChain().GetFilePath("crtend.o")));
6110 getToolChain().GetFilePath("gcrt0.o")));
6113 getToolChain().GetFilePath("crt0.o")));
6115 getToolChain().GetFilePath("crtbegin.o")));
6118 getToolChain().GetFilePath("crtbegin
[all...]
/external/chromium_org/base/prefs/
H A Dpref_service.h176 base::FilePath GetFilePath(const char* path) const;
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation.cc72 error = resource_metadata->GetFilePath(local_id, &path);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp179 ProcessPOSIX::GetFilePath( function in class:ProcessPOSIX
228 stdin_path = GetFilePath(file_action, stdin_path);
231 stdout_path = GetFilePath(file_action, stdout_path);
234 stderr_path = GetFilePath(file_action, stderr_path);
H A DProcessPOSIX.h157 GetFilePath(const lldb_private::ProcessLaunchInfo::FileAction *file_action,
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.cc118 const base::FilePath current = prefs->GetFilePath(path_pref[i]);
143 base::FilePath current_download_dir = prefs->GetFilePath(
/external/chromium_org/chrome/common/extensions/
H A Dextension_unittest.cc180 extension->GetResource("test.html").GetFilePath().value());
182 extension->GetResource("test.js").GetFilePath().value());
/external/chromium_org/extensions/common/manifest_handlers/
H A Dbackground_info.cc319 extension->GetResource(background_scripts[i]).GetFilePath())) {
334 const base::FilePath path = extension->GetResource(page_path).GetFilePath();

Completed in 4597 milliseconds

123