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

  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
binary_integrity_analyzer_win.cc 37 base::FilePath version_dir(
40 critical_binaries.push_back(version_dir.Append(kVersionedFiles[i]));
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.cc 85 for (base::FilePath version_dir = versions_enumerator.Next();
86 !version_dir.empty();
87 version_dir = versions_enumerator.Next()) {
90 if (version_dir.BaseName() == iter->second.BaseName()) {
96 base::DeleteFile(version_dir, true); // Recursive.
crx_installer.cc 698 const base::FilePath& version_dir) {
701 if (version_dir.empty()) {
720 version_dir,
    [all...]
crx_installer.h 252 void ReloadExtensionAfterInstall(const base::FilePath& version_dir);
  /external/chromium_org/extensions/common/
file_util.cc 63 base::FilePath version_dir; local
94 version_dir = candidate;
99 if (version_dir.empty()) {
105 if (!base::Move(crx_temp_source, version_dir)) {
107 << " into : " << version_dir.value() << " failed.";
111 return version_dir;
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 431 version_dir = os.path.join(chrome_dir, current_version)
432 installer_dir = os.path.join(version_dir, 'Installer')
458 # Stage all the component DLLs found in |build_dir| to the |version_dir| (for
461 # be all the DLLs which have not already been added to the |version_dir| by
465 glob.glob(os.path.join(version_dir, '*.dll'))]
476 shutil.copy(component_dll, version_dir)
484 CopyAndAugmentManifest(build_dir, version_dir,

Completed in 738 milliseconds