Searched refs:apex_path_1 (Results 1 – 1 of 1) sorted by relevance
/system/apex/apexd/ |
D | apexd_test.cpp | 1943 std::string apex_path_1 = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local 1948 UnmountOnTearDown(apex_path_1); in TEST_F() 1964 /* modulePath= */ apex_path_1, in TEST_F() 1965 /* preinstalledModulePath= */ apex_path_1, in TEST_F() 1967 /* isFactory= */ true, /* isActive= */ true, GetMTime(apex_path_1), in TEST_F() 1988 std::string apex_path_1 = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local 2011 /* modulePath= */ apex_path_1, in TEST_F() 2012 /* preinstalledModulePath= */ apex_path_1, in TEST_F() 2014 /* isFactory= */ true, /* isActive= */ false, GetMTime(apex_path_1), in TEST_F() 2025 /* preinstalledModulePath= */ apex_path_1, in TEST_F() [all …]
|