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

  /external/oprofile/libpp/
locate_images.cpp 56 archive_path = archive_path_;
57 if (!archive_path.empty())
58 archive_path = op_realpath(archive_path);
64 if (root_path.empty() && archive_path.empty())
66 if (!archive_path.empty())
67 populate(paths, archive_path);
68 if (!root_path.empty() && root_path != archive_path)
132 if (!archive_path.empty()) {
133 string image = op_realpath(archive_path + image_name)
    [all...]
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
profile_spec.h 122 std::string archive_path; member in class:profile_spec
profile_spec.cpp 104 archive_path = op_realpath(str);
110 return archive_path;
533 base_dir = archive_path + op_samples_dir;
populate_for_spu.cpp 54 string archive_path = samples.extra_found_images.get_archive_path(); local
  /development/scripts/
divide_and_compress.py 155 def RemoveLastFile(self, archive_path=None):
163 archive_path: Path to the archive to modify. This archive should not be
169 if archive_path is None:
170 archive_path = os.path.join(self.output_dir, self.current_archive)
173 root, ext = os.path.splitext(archive_path)
175 os.rename(archive_path, old_archive)
182 new_fp = self.OpenZipFileAtPath(archive_path,
291 archive_path = os.path.join(self.output_dir, self.current_archive)
295 archive_obj = self.OpenZipFileAtPath(archive_path, mode='r')
305 os.unlink(archive_path)
    [all...]
  /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/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 164 archive_path = self._find_in_archive(results_diff_path, results_archive_zip)
165 if archive_path:
166 results_diff = results_archive_zip.read(archive_path)
  /external/oprofile/libutil++/
op_bfd.h 265 std::string archive_path; member in class:op_bfd
op_spu_bfd.cpp 45 archive_path(extra_images.get_archive_path()),
op_bfd.cpp 104 archive_path(extra_images.get_archive_path()),

Completed in 475 milliseconds