Searched defs:module_name (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 49 std::string module_name = module_path.substr(start, end - start); in MakeCanonical() local 106 const std::string& module_name = *it++; in ParseAliasCallback() local 242 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption() 256 std::string module_name = ""; in ParseKernelCmdlineOptions() local 352 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps() 396 bool Modprobe::LoadWithAliases(const std::string& module_name, bool strict, in LoadWithAliases() 428 bool Modprobe::IsBlocklisted(const std::string& module_name) { in IsBlocklisted() 452 bool Modprobe::Remove(const std::string& module_name) { in Remove()
|
H A D | libmodprobe_ext_test.cpp | 63 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod() 73 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
|
H A D | libmodprobe_ext.cpp | 70 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod() 81 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
|
/aosp12/hardware/google/camera/common/apex_update_listener/ |
H A D | apex_update_listener.h | 16 std::string module_name; member
|
/aosp12/system/core/trusty/coverage/ |
H A D | coverage.cpp | 59 CoverageRecord::CoverageRecord(string tipc_dev, struct uuid* uuid, string module_name) in CoverageRecord()
|
/aosp12/system/extras/simpleperf/ |
H A D | environment.cpp | 79 std::string module_name = name.substr(0, name.size() - 3); in GetAllModuleFiles() local 198 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id, in GetModuleBuildId()
|
/aosp12/system/apex/apexd/ |
H A D | apexd.cpp | 3663 const std::string& module_name = temp_apex->GetManifest().name(); in InstallPackage() local
|
H A D | apexd_test.cpp | 2562 const std::string& module_name, int version) { in TEST_F()
|