Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe_ext.cpp87 struct stat fileStat {}; in ModuleExists() struct
97 if (stat(deps.front().c_str(), &fileStat)) { in ModuleExists()
101 if (!S_ISREG(fileStat.st_mode)) { in ModuleExists()
/system/core/init/
Dfirst_stage_init.cpp201 struct stat fileStat {}; in GetModuleLoadList() struct
204 if (stat(load_path.c_str(), &fileStat)) { in GetModuleLoadList()