Searched refs:MountAndDeriveClassPath (Results 1 – 4 of 4) sorted by relevance
97 android::base::Result<ClassPath> MountAndDeriveClassPath(
462 auto class_path = ::android::apex::MountAndDeriveClassPath(*files); in getStagedApexInfos()
4901 auto class_path = MountAndDeriveClassPath(apex_files); in TEST_F()4916 auto class_path = MountAndDeriveClassPath(apex_files); in TEST_F()
1509 Result<ClassPath> MountAndDeriveClassPath( in MountAndDeriveClassPath() function