Home
last modified time | relevance | path

Searched refs:snapshot_file (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/lxc/
Dbase_image.py184 snapshot_file = os.path.join(self.container_path,
187 if not lxc_utils.path_exists(snapshot_file):
189 cmd = 'sudo cat %s' % snapshot_file
/external/v8/src/snapshot/
Dmksnapshot.cc29 void SetSnapshotFile(const char* snapshot_file) { in SetSnapshotFile() argument
30 if (snapshot_file != NULL) fp_ = GetFileDescriptorOrDie(snapshot_file); in SetSnapshotFile()