Home
last modified time | relevance | path

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

/aosp12/system/apex/libs/libapexutil/
H A Dapexutil_test.cpp77 auto foo_path = td.path + "/com.android.foo"s; in TEST() local
79 Mkdir(foo_path); in TEST()
80 WriteFile(foo_path + "/apex_manifest.pb", foo_manifest.SerializeAsString()); in TEST()
83 Mkdir(foo_path + "@1"); in TEST()
84 WriteFile(foo_path + "@1/apex_manifest.pb", foo_manifest.SerializeAsString()); in TEST()
100 ASSERT_THAT(apexes, UnorderedElementsAre(Pair(foo_path, foo_manifest), in TEST()