Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_init.cpp202 std::string load_path = dir_path + "/" + module_load_file; in GetModuleLoadList() local
204 if (stat(load_path.c_str(), &fileStat)) { in GetModuleLoadList()