Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp581 auto fake_package_de_code_cache_path = fake_package_de_path + "/code_cache"; in TEST_F() local
586 ASSERT_TRUE(mkdirs(fake_package_de_code_cache_path, 0700)); in TEST_F()
598 "TEST_CONTENT_DE", fake_package_de_code_cache_path + "/file1", in TEST_F()
607 ASSERT_EQ(-1, stat((fake_package_de_code_cache_path + "/file1").c_str(), &sb)); in TEST_F()