Searched defs:archive_path (Results 1 - 9 of 9) sorted by relevance

/external/oprofile/libpp/
H A Dlocate_images.h36 std::string const & archive_path,
73 std::string get_archive_path() const { return archive_path; }
76 /// a filename with the archive_path or root_path stripped.
96 std::string archive_path; member in class:extra_images
H A Dprofile_spec.h122 std::string archive_path; member in class:profile_spec
H A Dpopulate_for_spu.cpp54 string archive_path = samples.extra_found_images.get_archive_path(); local
/external/chromium_org/tools/telemetry/telemetry/page/
H A D__init__.py190 def archive_path(self): member in class:Page
/external/chromium_org/chrome/installer/setup/
H A Dinstall.cc156 // archive_path: Path to the archive (chrome.7z) as it will be copied
176 const base::FilePath& archive_path,
191 archive_path,
490 const base::FilePath& archive_path,
514 setup_path, archive_path, src_path, install_temp_path, new_version,
172 InstallNewVersion( const installer::InstallationState& original_state, const installer::InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version& new_version, scoped_ptr<Version>* current_version) argument
486 InstallOrUpdateProduct( const installer::InstallationState& original_state, const installer::InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& install_temp_path, const base::FilePath& src_path, const base::FilePath& prefs_path, const MasterPreferences& prefs, const Version& new_version) argument
H A Dinstall_worker.cc131 const base::FilePath& archive_path,
161 base::FilePath archive_dst(installer_dir.Append(archive_path.BaseName()));
162 if (archive_path != archive_dst) {
169 if (temp_path.IsParent(archive_path)) {
170 install_list->AddMoveTreeWorkItem(archive_path.value(),
179 install_list->AddCopyTreeWorkItem(archive_path.value(),
475 const base::FilePath& archive_path,
492 if (archive_path != old_archive) {
1249 const base::FilePath& archive_path,
1268 archive_path,
129 AddInstallerCopyTasks(const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& temp_path, const Version& new_version, WorkItemList* install_list) argument
472 AddChromeWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
1246 AddInstallWorkItems(const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version* current_version, const Version& new_version, WorkItemList* install_list) argument
[all...]
/external/oprofile/libutil++/
H A Dop_bfd.h265 std::string archive_path; member in class:op_bfd
/external/oprofile/pp/
H A Doparchive.cpp58 string const & archive_path)
70 string sample_base_dir = session_samples_dir.substr(archive_path.size());
106 string archive_path = classes.extra_found_images.get_archive_path(); local
194 copy_stats(base_samples_dir, archive_path);
200 /* Get rid of the the archive_path from the name */
201 string sample_base = sample_name.substr(archive_path.size());
219 copy_one_file(image_ok, archive_path + abi_name,
224 copy_one_file(image_ok, archive_path + log_name,
57 copy_stats(string const & session_samples_dir, string const & archive_path) argument
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc381 const wchar_t* base_path, PathString* archive_path,
393 archive_path,
402 archive_path->length() == 0)
493 bool RunSetup(const Configuration& configuration, const wchar_t* archive_path, argument
515 !cmd_line.append(archive_path) ||
528 const wchar_t* archive_path,
530 ::DeleteFile(archive_path);
815 PathString archive_path; local
818 &archive_path, &setup_path)) {
825 if (!RunSetup(configuration, archive_path
380 UnpackBinaryResources(const Configuration& configuration, HMODULE module, const wchar_t* base_path, PathString* archive_path, PathString* setup_path) argument
527 DeleteExtractedFiles(const wchar_t* base_path, const wchar_t* archive_path, const wchar_t* setup_path) argument
[all...]

Completed in 213 milliseconds