Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dosrelease_reader_unittest.cc31 store_.LoadTestingOnly(temp_dir_.path()); in TEST_F()
36 store_.LoadTestingOnly(temp_dir_.path()); in TEST_F()
49 store_.LoadTestingOnly(temp_dir_.path()); in TEST_F()
83 store_.LoadTestingOnly(temp_dir_.path()); in TEST_F()
Dosrelease_reader.h34 void LoadTestingOnly(const base::FilePath& root_dir);
Dosrelease_reader.cc24 void OsReleaseReader::LoadTestingOnly(const base::FilePath& root_dir) { in LoadTestingOnly() function in brillo::OsReleaseReader