Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener_test.cc52 .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 Dapex_update_listener.h17 std::string module_path; member
26 module_path, preinstalled_module_path, module_name); in AsTuple()
42 << ", modulePath: " << i.module_path
H A Dapex_update_listener.cc111 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 Dlibmodprobe.cpp34 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 Dprepare_root.sh110 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 Dfile_utils.cc527 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 Dmodprobe.h42 std::string MakeCanonical(const std::string& module_path);
/aosp12/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/
H A Dcc_test.bzl.template27 "{{module_path}}": ctx.label.package,