Searched refs:module_path (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/google/camera/common/apex_update_listener/ |
H A D | apex_update_listener_test.cc | 52 .module_path = "/vendor/apex/com.test.apex", in TEST() 59 .module_path = "/vendor/apex/com.test.apex", in TEST() 66 .module_path = "/data/apex/com.test.apex@200", in TEST() 97 .module_path = "/vendor/apex/com.test.apex", in TEST()
|
H A D | apex_update_listener.h | 17 std::string module_path; member 26 module_path, preinstalled_module_path, module_name); in AsTuple() 42 << ", modulePath: " << i.module_path
|
H A D | apex_update_listener.cc | 111 auto module_path = apex_info->Attribute("modulePath"); in TrySlurpInfo() local 118 if (module_path) { in TrySlurpInfo() 119 info.module_path = module_path; in TrySlurpInfo()
|
/aosp12/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 34 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical() argument 35 auto start = module_path.find_last_of('/'); in MakeCanonical() 41 auto end = module_path.size(); in MakeCanonical() 42 if (android::base::EndsWith(module_path, ".ko")) { in MakeCanonical() 46 LOG(ERROR) << "malformed module name: " << module_path; in MakeCanonical() 49 std::string module_name = module_path.substr(start, end - start); in MakeCanonical()
|
/aosp12/system/linkerconfig/testdata/ |
H A D | prepare_root.sh | 110 module_path=/$(realpath --relative-to=$ROOT_OUT $dst) 118 …echo " <apex-info moduleName=\"$name\" modulePath=\"$module_path\" preinstalledModulePath=\"$prein…
|
/aosp12/art/libartbase/base/ |
H A D | file_utils.cc | 527 std::string module_path = GetArtRootSafe(/* must_exist= */ kIsTargetBuild, &unused_error_msg); in LocationIsOnArtModule() local 528 if (module_path.empty()) { in LocationIsOnArtModule() 531 return android::base::StartsWith(full_path, module_path); in LocationIsOnArtModule()
|
/aosp12/system/core/libmodprobe/include/modprobe/ |
H A D | modprobe.h | 42 std::string MakeCanonical(const std::string& module_path);
|
/aosp12/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/ |
H A D | cc_test.bzl.template | 27 "{{module_path}}": ctx.label.package,
|