Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener_test.cc53 .preinstalled_module_path = "/vendor/apex/com.test.apex", in TEST()
60 .preinstalled_module_path = "/vendor/apex/com.test.apex", in TEST()
67 .preinstalled_module_path = "/vendor/apex/com.test.apex", in TEST()
98 .preinstalled_module_path = "/vendor/apex/com.test.apex", in TEST()
H A Dapex_update_listener.h18 std::string preinstalled_module_path; member
26 module_path, preinstalled_module_path, module_name); in AsTuple()
43 << ", preinstalledModulePath: " << i.preinstalled_module_path
H A Dapex_update_listener.cc112 auto preinstalled_module_path = in TrySlurpInfo() local
121 if (preinstalled_module_path) { in TrySlurpInfo()
122 info.preinstalled_module_path = preinstalled_module_path; in TrySlurpInfo()
/aosp12/system/apex/apexd/
H A Dapexd.cpp3224 std::optional<std::string> preinstalled_module_path; in CollectApexInfoList() local
3226 preinstalled_module_path = *preinstalled_path; in CollectApexInfoList()
3237 apex.GetManifest().name(), apex.GetPath(), preinstalled_module_path, in CollectApexInfoList()