Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test_utils.h80 Field("preinstalledModulePath", &ApexInfo::preinstalledModulePath,
81 Eq(other.preinstalledModulePath)),
124 *os << " preinstalledModulePath : " << apex.preinstalledModulePath << "\n"; in PrintTo()
Dapexd.cpp1073 std::optional<std::string> preinstalledModulePath; in emitApexInfoList() local
1075 preinstalledModulePath = *preinstalledPath; in emitApexInfoList()
1078 apex.GetManifest().name(), apex.GetPath(), preinstalledModulePath, in emitApexInfoList()
Dapexservice_test.cpp1483 on_data.preinstalledModulePath = in TEST_F()
1492 preinstalled.preinstalledModulePath = in TEST_F()
2606 expected.preinstalledModulePath = in SetUp()
Dapexservice.cpp280 out.preinstalledModulePath = *preinstalledPath; in getApexInfo()
/system/apex/apexd/aidl/android/apex/
DApexInfo.aidl22 @utf8InCpp String preinstalledModulePath;