Searched refs:file1_path (Results 1 – 1 of 1) sorted by relevance
241 std::string file1_path = mock_cache.path + "/file1"s; in TEST_F() local242 android::base::unique_fd fd(open(file1_path.c_str(), O_RDONLY)); in TEST_F()