Searched defs:GetFullPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/gn/
H A Dbuild_settings.cc34 secondary_source_path_ = GetFullPath(d).NormalizePathSeparatorsTo('/');
42 base::FilePath BuildSettings::GetFullPath(const SourceFile& file) const { function in class:BuildSettings
46 base::FilePath BuildSettings::GetFullPath(const SourceDir& dir) const { function in class:BuildSettings
/external/pdfium/fpdfsdk/include/
H A Dfsdk_define.h110 virtual CFX_ByteString GetFullPath() { return ""; } function in class:CPDF_CustomAccess
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc75 filesystem_resource_, GetFullPath(path).Join().c_str());
92 Path Html5Fs::GetFullPath(const Path& path) { function in class:nacl_io::Html5Fs
115 GetFullPath(path).Join().c_str()));
143 GetFullPath(path).Join().c_str()));
184 std::string oldpath_full = GetFullPath(path).Join();
191 std::string newpath_full = GetFullPath(newpath).Join();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc607 const base::FilePath& DownloadItemImpl::GetFullPath() const { function in class:content::DownloadItemImpl
739 return CanOpenDownload() && !GetFullPath().empty();
855 GetFullPath().value().c_str(),
1715 download_params->set_file_path(GetFullPath());

Completed in 493 milliseconds