/external/chromium_org/tools/gn/ |
build_settings.cc | 34 secondary_source_path_ = GetFullPath(d).NormalizePathSeparatorsTo('/'); 42 base::FilePath BuildSettings::GetFullPath(const SourceFile& file) const { 46 base::FilePath BuildSettings::GetFullPath(const SourceDir& dir) const {
|
function_read_file.cc | 58 scope->settings()->build_settings()->GetFullPath(source_file);
|
build_settings.h | 72 base::FilePath GetFullPath(const SourceFile& file) const; 73 base::FilePath GetFullPath(const SourceDir& dir) const; 77 // buildfile, the GetFullPath should always be consulted first.
|
function_rebase_path.cc | 73 system_path = scope->settings()->build_settings()->GetFullPath( 76 system_path = scope->settings()->build_settings()->GetFullPath(
|
function_write_file.cc | 77 scope->settings()->build_settings()->GetFullPath(source_file);
|
function_exec_script.cc | 310 base::FilePath script_path = build_settings->GetFullPath(script_source); 332 build_settings->GetFullPath(cur_dir.ResolveRelativeFile( 368 build_settings->GetFullPath(build_settings->build_dir());
|
setup.cc | 299 build_settings_.GetFullPath(build_arg_source_file); 367 build_settings_.GetFullPath(GetBuildArgFile()); 459 base::FilePath build_dir_path = build_settings_.GetFullPath(resolved);
|
ninja_toolchain_writer.cc | 51 base::FilePath ninja_file(settings->build_settings()->GetFullPath(
|
command_args.cc | 243 setup.build_settings().GetFullPath(setup.GetBuildArgFile())
|
input_file_manager.cc | 40 base::FilePath primary_path = build_settings->GetFullPath(name);
|
ninja_build_writer.cc | 109 base::FilePath ninja_file(build_settings->GetFullPath(
|
ninja_target_writer.cc | 45 base::FilePath ninja_file(settings->build_settings()->GetFullPath(
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/ |
html5_fs.cc | 75 filesystem_resource_, GetFullPath(path).Join().c_str()); 92 Path Html5Fs::GetFullPath(const Path& path) { 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();
|
html5_fs.h | 53 Path GetFullPath(const Path& path);
|
/external/chromium_org/chrome/browser/download/ |
download_crx_util.cc | 109 installer->InstallUserScript(download_item.GetFullPath(), 113 installer->InstallCrx(download_item.GetFullPath());
|
download_target_determiner.cc | 678 if (is_resumption_ && !download_->GetFullPath().empty() && 679 local_path_.DirName() == download_->GetFullPath().DirName()) { 682 DCHECK_EQ(kCrdownloadSuffix, download_->GetFullPath().Extension()); 683 intermediate_path_ = download_->GetFullPath(); [all...] |
download_ui_controller_unittest.cc | 206 EXPECT_CALL(*item, GetFullPath()).WillRepeatedly(
|
/external/chromium_org/content/public/browser/ |
download_item.h | 207 // intermediate file named by GetFullPath() may be renamed or disappear 210 virtual const base::FilePath& GetFullPath() const = 0; 213 // temporary or intermediate file (specified by GetFullPath()); this is the 241 // become true, GetFullPath() will become empty, and 244 // GetFullPath() is already empty. The callback is always run, and it is
|
/external/chromium_org/content/public/test/ |
mock_download_item.h | 70 MOCK_CONST_METHOD0(GetFullPath, const base::FilePath&());
|
/external/chromium_org/content/browser/download/ |
download_browsertest.cc | 729 download->GetFullPath().BaseName().value()); 731 (!download->GetFullPath().empty() && 732 base::PathExists(download->GetFullPath()))); 737 download->GetFullPath(), &file_contents)); [all...] |
download_item_impl.cc | 607 const base::FilePath& DownloadItemImpl::GetFullPath() const { 739 return CanOpenDownload() && !GetFullPath().empty(); 855 GetFullPath().value().c_str(), [all...] |
download_item_impl.h | 128 virtual const base::FilePath& GetFullPath() const OVERRIDE;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_protection_service_unittest.cc | 385 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 401 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 424 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 456 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 550 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 594 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 748 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); 801 EXPECT_CALL(item, GetFullPath()).WillRepeatedly(ReturnRef(a_tmp)); [all...] |
download_protection_service.cc | 515 this, item_->GetFullPath()), 548 item_->GetFullPath(), 560 VLOG(1) << "Zip analysis finished for " << item_->GetFullPath().value() 564 VLOG(1) << "Zip analysis failed for " << item_->GetFullPath().value(); [all...] |
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.cc | 105 net::FilePathToFileURL(item->GetFullPath()));
|