Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe_ext.cpp82 struct stat fileStat; in ModuleExists() local
92 if (stat(deps.front().c_str(), &fileStat)) { in ModuleExists()
96 if (!S_ISREG(fileStat.st_mode)) { in ModuleExists()
/system/core/init/
Dfirst_stage_init.cpp106 struct stat fileStat; in GetModuleLoadList() local
108 if (!stat(recovery_load_path.c_str(), &fileStat)) { in GetModuleLoadList()