Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 5 of 5) sorted by relevance

/system/linkerconfig/contents/namespace/
Dvndk.cc74 for (const auto& lib_path : lib_paths) { in BuildVndkNamespace() local
75 ns.AddSearchPath(lib_path + "/vndk-sp"); in BuildVndkNamespace()
77 ns.AddSearchPath(lib_path + "/vndk"); in BuildVndkNamespace()
101 for (const auto& lib_path : lib_paths) { in BuildVndkNamespace() local
102 ns.AddSearchPath(lib_path); in BuildVndkNamespace()
/system/sepolicy/tests/
Dapex_sepolicy_tests_test.py31 lib_path = apex.extract_data(apex.LIBSEPOLWRAP, cls.temp_dir)
33 cls.pol = policy.Policy(policy_path, None, lib_path)
Dapex_sepolicy_tests.py203 lib_path = extract_data(LIBSEPOLWRAP, work_dir)
205 pol = policy.Policy(policy_path, None, lib_path)
/system/tools/sysprop/
DRustGen.cpp356 std::string lib_path = rust_output_dir + "/mod.rs"; in GenerateRustLibrary() local
358 if (!android::base::WriteStringToFile(lib_result, lib_path)) { in GenerateRustLibrary()
359 return ErrnoErrorf("Writing generated rust lib to {} failed", lib_path); in GenerateRustLibrary()
/system/apex/apexd/
Dapexd.cpp1239 for (const auto& lib_path : {"lib", "lib64"}) { in ContributeToSharedLibs()
1240 std::string apex_lib_path = mount_point + "/" + lib_path; in ContributeToSharedLibs()
1263 lib_path, library_name.c_str()); in ContributeToSharedLibs()
2495 for (const auto& lib_path : {"lib", "lib64"}) { in CreateSharedLibsApexDir()
2497 StringPrintf("%s/%s", shared_libs_sub_dir.c_str(), lib_path); in CreateSharedLibsApexDir()