Home
last modified time | relevance | path

Searched defs:path_name (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libmodprobe/
H A Dlibmodprobe_ext_test.cpp36 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
H A Dlibmodprobe_ext.cpp34 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp191 char path_name[PATH_MAX] = {0}; in nativeSetActiveGroup() local