HomeSort by relevance Sort by last modified time
    Searched defs:archive_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 109 def archive_path(self): member in class:Page
  /external/oprofile/libpp/
locate_images.h 36 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
populate_for_spu.cpp 54 string archive_path = samples.extra_found_images.get_archive_path(); local
profile_spec.h 122 std::string archive_path; member in class:profile_spec
  /external/oprofile/pp/
oparchive.cpp 58 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,
  /external/oprofile/libutil++/
op_bfd.h 265 std::string archive_path; member in class:op_bfd
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 378 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,
508 !cmd_line.append(archive_path) ||
521 const wchar_t* archive_path,
523 ::DeleteFile(archive_path);
787 PathString archive_path; local
790 &archive_path, &setup_path)) {
797 if (!RunSetup(configuration, archive_path.get(), setup_path.get()
    [all...]

Completed in 399 milliseconds