Searched refs:snapshot_file (Results 1 – 2 of 2) sorted by relevance
184 snapshot_file = os.path.join(self.container_path,187 if not lxc_utils.path_exists(snapshot_file):189 cmd = 'sudo cat %s' % snapshot_file
29 void SetSnapshotFile(const char* snapshot_file) { in SetSnapshotFile() argument30 if (snapshot_file != NULL) fp_ = GetFileDescriptorOrDie(snapshot_file); in SetSnapshotFile()