Searched refs:module_path (Results 1 – 4 of 4) sorted by relevance
101 local module_path103 module_path=$module105 module_path="frozen/$module"108 local golden="$root/system/tools/aidl/tests/golden_output/$module_path/"125 module_path="$name"127 module_path="frozen/$name"129 golden_file="system/tools/aidl/tests/golden_output/$module_path"
115 module_path="${src/$ROOT/}"118 module_path=/dev/block/vda$blockIndex124 …echo " <apex-info moduleName=\"$name\" modulePath=\"$module_path\" partition=\"${partition^^}\" is…
42 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical() argument43 auto start = module_path.find_last_of('/'); in MakeCanonical()49 auto end = module_path.size(); in MakeCanonical()50 if (android::base::EndsWith(module_path, ".ko")) { in MakeCanonical()54 LOG(ERROR) << "malformed module name: " << module_path; in MakeCanonical()57 std::string module_name = module_path.substr(start, end - start); in MakeCanonical()
48 std::string MakeCanonical(const std::string& module_path);