Searched refs:DeriveClassPath (Results 1 – 4 of 4) sorted by relevance
96 auto result = ClassPath::DeriveClassPath({}); in TEST()105 auto result = ClassPath::DeriveClassPath({"/apex/temp@123"}, "different"); in TEST()111 result = ClassPath::DeriveClassPath({"/apex/temp@123"}, "temp"); in TEST()
40 static android::base::Result<ClassPath> DeriveClassPath(
34 android::base::Result<ClassPath> ClassPath::DeriveClassPath( in DeriveClassPath() function in android::apex::ClassPath
1534 return ClassPath::DeriveClassPath(temp_mounted_apex_paths); in MountAndDeriveClassPath()