Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dmodalias_handler.cpp77 std::string& module_name = *it++; in ParseAliasCallback() local
78 this->module_aliases_.emplace_back(alias, module_name); in ParseAliasCallback()
121 Result<Success> ModaliasHandler::InsmodWithDeps(const std::string& module_name, in InsmodWithDeps() argument
123 if (module_name.empty()) { in InsmodWithDeps()
127 auto it = module_deps_.find(module_name); in InsmodWithDeps()
129 return Error() << "Module '" << module_name << "' not in dependency file"; in InsmodWithDeps()
Dmodalias_handler.h38 Result<Success> InsmodWithDeps(const std::string& module_name, const std::string& args);
/system/extras/simpleperf/
Denvironment.cpp164 std::string module_name = name.substr(0, name.size() - 3); in GetAllModuleFiles() local
165 std::replace(module_name.begin(), module_name.end(), '-', '_'); in GetAllModuleFiles()
166 module_file_map->insert(std::make_pair(module_name, entry_path)); in GetAllModuleFiles()
279 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id) { in GetModuleBuildId() argument
280 std::string notefile = "/sys/module/" + module_name + "/notes/.note.gnu.build-id"; in GetModuleBuildId()
Denvironment.h66 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id);
Dcmd_record.cpp1603 std::string module_name = basename(&path[0]); in DumpBuildIdFeature() local
1604 if (android::base::EndsWith(module_name, ".ko")) { in DumpBuildIdFeature()
1605 module_name = module_name.substr(0, module_name.size() - 3); in DumpBuildIdFeature()
1607 if (!GetModuleBuildId(module_name, &build_id)) { in DumpBuildIdFeature()
1608 LOG(DEBUG) << "can't read build_id for module " << module_name; in DumpBuildIdFeature()
/system/tools/xsdc/
DREADME.md38 Then run "make {xsd_config module_name} .docs-update-current-api" or "make