Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/tests/unit/
H A Dapplypatch_test.cpp241 std::string file1_path = mock_cache.path + "/file1"s; in TEST_F() local
242 android::base::unique_fd fd(open(file1_path.c_str(), O_RDONLY)); in TEST_F()