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

/external/chromium/chrome/common/extensions/
H A Dextension_resource.cc24 const FilePath& ExtensionResource::GetFilePath() const { function in class:ExtensionResource
35 GetFilePath(extension_root_, relative_path_);
40 FilePath ExtensionResource::GetFilePath( function in class:ExtensionResource
84 GetFilePath();
H A Dextension_resource.h30 const FilePath& GetFilePath() const;
36 static FilePath GetFilePath(const FilePath& extension_root,
H A Dextension_resource_unittest.cc22 EXPECT_TRUE(resource.GetFilePath().empty());
43 EXPECT_TRUE(resource.GetFilePath().empty());
76 FilePath resolved_path = resource.GetFilePath();
H A Dextension_file_util.cc147 const FilePath path = extension->GetResource(iter->second).GetFilePath();
186 const FilePath& path = ExtensionResource::GetFilePath(
195 const FilePath& path = ExtensionResource::GetFilePath(
223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) {
239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) {
254 const FilePath path = extension->GetResource(page_path).GetFilePath();
269 const FilePath path = extension->GetResource(options_path).GetFilePath();
284 const FilePath path = extension->GetResource(page_path).GetFilePath();
H A Dextension.cc1612 icon_size, ExtensionIconSet::MATCH_EXACTLY).GetFilePath();
/external/chromium/chrome/browser/extensions/
H A Dfile_reader.cc29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data);
H A Dextension_protocols.cc174 resource_file_path = resource.GetFilePath();
193 return new net::URLRequestFileJob(request, resource.GetFilePath());
H A Dconvert_web_app_unittest.cc141 EXPECT_TRUE(file_util::PathExists(resource.GetFilePath()));
H A Dimage_loading_tracker.cc57 FilePath path = resource.GetFilePath();
H A Duser_script_master.cc162 const FilePath& path = ExtensionResource::GetFilePath(
/external/clang/lib/Driver/
H A DToolChain.cpp85 std::string ToolChain::GetFilePath(const char *Name) const { function in class:ToolChain
86 return D.GetFilePath(Name, *this);
350 std::string Path = GetFilePath("crtfastmath.o");
H A DTools.cpp4484 Args.MakeArgString(getToolChain().GetFilePath("crt3.o"));
4825 getToolChain().GetFilePath("crt1.o")));
4827 getToolChain().GetFilePath("crti.o")));
4829 getToolChain().GetFilePath("crtbegin.o")));
4832 getToolChain().GetFilePath("crti.o")));
4835 getToolChain().GetFilePath("crtn.o")));
4865 getToolChain().GetFilePath("crtend.o")));
4948 getToolChain().GetFilePath("gcrt0.o")));
4951 getToolChain().GetFilePath("crt0.o")));
4953 getToolChain().GetFilePath("crtbegi
[all...]
H A DDriver.cpp680 llvm::outs() << GetFilePath(A->getValue(), TC) << "\n";
690 llvm::outs() << GetFilePath("libgcc.a", TC) << "\n";
1502 std::string Driver::GetFilePath(const char *Name, const ToolChain &TC) const { function in class:Driver
/external/chromium/chrome/browser/download/
H A Ddownload_prefs.cc71 FilePath current_download_dir = prefs->GetFilePath(
H A Dsave_package.cc1243 FilePath default_save_path = prefs->GetFilePath(
1250 FilePath save_file_path = prefs->GetFilePath(
1262 FilePath download_save_dir = prefs->GetFilePath(
/external/clang/include/clang/Driver/
H A DDriver.h301 /// GetFilePath - Lookup \p Name in the list of file search paths.
307 std::string GetFilePath(const char *Name, const ToolChain &TC) const;
H A DToolChain.h125 std::string GetFilePath(const char *Name) const;
/external/chromium/chrome/browser/prefs/
H A Dpref_service.h204 FilePath GetFilePath(const char* path) const;
H A Dpref_service.cc389 FilePath PrefService::GetFilePath(const char* path) const { function in class:PrefService
/external/chromium/chrome/browser/
H A Dplugin_updater.cc133 profile->GetPrefs()->GetFilePath(prefs::kPluginsLastInternalDirectory);
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc343 pref_service->GetFilePath(prefs::kDownloadDefaultDirectory),
H A Dextension_settings_handler.cc236 !file_util::ReadFileToString(icons->at(i).GetFilePath(),
/external/chromium/chrome/browser/themes/
H A Dtheme_service.cc567 FilePath path = prefs->GetFilePath(prefs::kCurrentThemePackFilename);
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc570 return GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory);

Completed in 340 milliseconds