HomeSort by relevance Sort by last modified time
    Searched full:sentinel_path_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/first_run/
first_run_unittest.cc 12 FirstRun::GetFirstRunSentinelFilePath(&sentinel_path_);
15 FilePath sentinel_path_; member in class:FirstRunTest
20 EXPECT_TRUE(file_util::PathExists(sentinel_path_));
23 EXPECT_FALSE(file_util::PathExists(sentinel_path_));

Completed in 42 milliseconds