Searched refs:module_name (Results 1 – 6 of 6) sorted by relevance
/system/core/init/ |
D | modalias_handler.cpp | 77 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()
|
D | modalias_handler.h | 38 Result<Success> InsmodWithDeps(const std::string& module_name, const std::string& args);
|
/system/extras/simpleperf/ |
D | environment.cpp | 164 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()
|
D | environment.h | 66 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id);
|
D | cmd_record.cpp | 1603 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/ |
D | README.md | 38 Then run "make {xsd_config module_name} .docs-update-current-api" or "make
|