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

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage.py108 def archive_path(self): member in class:Page
/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/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/setup/
H A Dinstall.cc164 // archive_path: Path to the archive (chrome.7z) as it will be copied
184 const base::FilePath& archive_path,
199 archive_path,
504 const base::FilePath& archive_path,
528 setup_path, archive_path, src_path, install_temp_path, new_version,
180 InstallNewVersion( 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& new_version, scoped_ptr<Version>* current_version) argument
500 InstallOrUpdateProduct( const InstallationState& original_state, const 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.cc125 const base::FilePath& archive_path,
155 base::FilePath archive_dst(installer_dir.Append(archive_path.BaseName()));
156 if (archive_path != archive_dst) {
163 if (temp_path.IsParent(archive_path)) {
164 install_list->AddMoveTreeWorkItem(archive_path.value(),
173 install_list->AddCopyTreeWorkItem(archive_path.value(),
423 const base::FilePath& archive_path,
440 if (archive_path != old_archive) {
1097 const base::FilePath& archive_path,
1116 archive_path,
123 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
420 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
1094 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/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc378 const wchar_t* base_path, PathString* archive_path,
390 archive_path,
399 archive_path->length() == 0)
487 bool RunSetup(const Configuration& configuration, const wchar_t* archive_path, argument
508 !cmd_line.append(archive_path) ||
521 const wchar_t* archive_path,
523 ::DeleteFile(archive_path);
796 PathString archive_path; local
799 &archive_path, &setup_path)) {
806 if (!RunSetup(configuration, archive_path
377 UnpackBinaryResources(const Configuration& configuration, HMODULE module, const wchar_t* base_path, PathString* archive_path, PathString* setup_path) argument
520 DeleteExtractedFiles(const wchar_t* base_path, const wchar_t* archive_path, const wchar_t* setup_path) argument
[all...]

Completed in 142 milliseconds