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

1 2

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_with_oobe.py 11 def __init__(self, backend, platform_backend, archive_path,
17 archive_path,
  /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
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 78 with ReplayServer(archive_path):
88 def __init__(self, archive_path, replay_host, dns_port, http_port, https_port,
94 archive_path: a path to a specific WPR archive (required).
107 self.archive_path = os.environ.get('WPR_ARCHIVE_PATH', archive_path)
124 self._CheckPath('archive directory', os.path.dirname(self.archive_path))
125 elif not os.path.exists(self.archive_path):
126 self._CheckPath('archive file', self.archive_path)
196 cmd_line.append(self.archive_path)
possible_browser.py 73 def SetReplayArchivePath(self, archive_path, append_to_existing_wpr,
75 self._archive_path = archive_path
browser.py 30 def __init__(self, backend, platform_backend, archive_path,
44 self.SetReplayArchivePath(archive_path,
313 def SetReplayArchivePath(self, archive_path, append_to_existing_wpr=False,
319 if not archive_path:
327 assert os.path.isfile(archive_path)
331 archive_path,
  /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/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage.py 65 archive_path = os.path.join(self._root, archive_name)
66 if not os.path.exists(archive_path) and create:
67 os.makedirs(archive_path)
68 return Archive(archive_name, archive_path)
72 archive_path = os.path.join(self._root, archive_name)
73 for f in os.listdir(archive_path):
74 os.unlink(os.path.join(archive_path, f))
75 os.rmdir(archive_path)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 26 for archive_path in data['archives']:
27 archive_path = self._WprFileNameToPath(archive_path)
29 cloud_storage.GetIfChanged(archive_path)
31 if os.path.exists(archive_path):
35 archive_path)
page_runner.py 41 credentials_path, archive_path, finder_options):
46 possible_browser.SetReplayArchivePath(archive_path,
50 self._last_archive_path = page.archive_path
87 if page.archive_path and self._last_archive_path != page.archive_path:
89 page.archive_path,
92 self._last_archive_path = page.archive_path
241 if page.archive_path and os.path.isfile(page.archive_path)
256 credentials_path, page.archive_path,
    [all...]
__init__.py 190 def archive_path(self): member in class:Page
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 381 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,
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.get(), setup_path.get()
    [all...]
  /external/chromium_org/build/android/gyp/
process_resources.py 147 archive_path = os.path.join(os.path.relpath(root, d), f)
149 files_to_zip[archive_path] = path
151 for archive_path, path in files_to_zip.iteritems():
152 outzip.write(path, archive_path)
  /external/chromium_org/chrome/installer/setup/
install.h 95 // archive_path: Path to the archive (chrome.7z) as it will be copied
112 const base::FilePath& archive_path,
install_worker.h 99 // archive_path: Path to the archive (chrome.7z) as it will be copied
109 const base::FilePath& archive_path,
install_worker.cc 131 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) {
    [all...]
install.cc 156 // 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,
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 177 archive_path = os.path.join(self.archive_cache, archive)
181 i + 1, len(archives), os.path.basename(archive_path))
186 logging.info('Opening file %s (%d/%d).' % (archive_path, i + 1,
189 tar_file = cygtar.CygTar(archive_path, 'r', verbose=True)
191 raise Error("Can't open archive '%s'.\n %s" % (archive_path, e))
199 subprocess.check_call(['tar', 'xf', archive_path])
201 raise Error('Error extracting archive: %s' % archive_path)
  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 154 archive_path = getattr(loader, 'archive', None)
155 if archive_path:
157 if normpath.startswith(archive_path):
158 arcname = normpath[len(archive_path)+1:]
  /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()),
  /external/chromium_org/build/android/gyp/util/
build_utils.py 230 archive_path = os.path.relpath(path, base_dir)
231 CheckZipPath(archive_path)
232 outfile.write(path, archive_path)

Completed in 1046 milliseconds

1 2