Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/base/
Dui_test_utils.cc117 base::FilePath trial_file; in GetSnapshotFileName() local
120 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix); in GetSnapshotFileName()
121 } while (base::PathExists(trial_file)); in GetSnapshotFileName()
122 snapshot_file = trial_file; in GetSnapshotFileName()