Home
last modified time | relevance | path

Searched defs:permitted_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/linkerconfig/modules/
H A Dnamespace.cc67 for (const auto& permitted_path : apex_info.permitted_paths) { in InitializeWithApex() local
/aosp_15_r20/system/linkerconfig/contents/tests/configuration/include/
H A Dmodules.h36 std::vector<std::string> permitted_path; member
/aosp_15_r20/art/libnativeloader/
H A Dnative_loader_lazy.cpp49 jstring permitted_path, jstring uses_library_list) { in CreateClassLoaderNamespace()
H A Dlibrary_namespaces.cpp242 std::string permitted_path = kAlwaysPermittedDirectories; in Create() local
H A Dnative_loader_test.cpp407 std::string permitted_path = "/data/app/foo/" LIB_DIR; member in android::nativeloader::NativeLoaderTest_Create