Home
last modified time | relevance | path

Searched defs:module_path (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener.h17 std::string module_path; member
H A Dapex_update_listener.cc111 auto module_path = apex_info->Attribute("modulePath"); in TrySlurpInfo() local
/aosp12/system/core/libmodprobe/
H A Dlibmodprobe.cpp34 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical()
/aosp12/art/libartbase/base/
H A Dfile_utils.cc527 std::string module_path = GetArtRootSafe(/* must_exist= */ kIsTargetBuild, &unused_error_msg); in LocationIsOnArtModule() local