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

/external/chromium_org/tools/gn/
H A Dbuild_settings.cc34 secondary_source_path_ = GetFullPath(d);
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/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc581 const base::FilePath& DownloadItemImpl::GetFullPath() const { function in class:content::DownloadItemImpl
702 return CanOpenDownload() && !GetFullPath().empty();
818 GetFullPath().value().c_str(),
1672 download_params->set_file_path(GetFullPath());

Completed in 103 milliseconds