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

  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 252 state_file = "%s-state.json" % self._config[PERSISTFILE_BASENAME]
253 if not self._state and os.path.exists(state_file):
254 self._state.update(json.loads(FileToText(state_file)))
265 TextToFile(json.dumps(self._state), state_file)
592 state_file = "%s-state.json" % self._config[PERSISTFILE_BASENAME]
593 if options.step == 0 and os.path.exists(state_file):
594 os.remove(state_file)
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 413 base::FilePath state_file(user_data_dir.Append(chrome::kLocalStateFilename));
417 base::CopyFile(state_file, backup);
    [all...]

Completed in 95 milliseconds