Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_classpath_test.cpp96 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()
Dapex_classpath.h40 static android::base::Result<ClassPath> DeriveClassPath(
Dapex_classpath.cpp34 android::base::Result<ClassPath> ClassPath::DeriveClassPath( in DeriveClassPath() function in android::apex::ClassPath
Dapexd.cpp1534 return ClassPath::DeriveClassPath(temp_mounted_apex_paths); in MountAndDeriveClassPath()