Searched refs:trial_file (Results 1 – 1 of 1) sorted by relevance
117 base::FilePath trial_file; in GetSnapshotFileName() local120 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix); in GetSnapshotFileName()121 } while (base::PathExists(trial_file)); in GetSnapshotFileName()122 snapshot_file = trial_file; in GetSnapshotFileName()