Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h97 android::base::Result<ClassPath> MountAndDeriveClassPath(
Dapexservice.cpp462 auto class_path = ::android::apex::MountAndDeriveClassPath(*files); in getStagedApexInfos()
Dapexd_test.cpp4901 auto class_path = MountAndDeriveClassPath(apex_files); in TEST_F()
4916 auto class_path = MountAndDeriveClassPath(apex_files); in TEST_F()
Dapexd.cpp1509 Result<ClassPath> MountAndDeriveClassPath( in MountAndDeriveClassPath() function