Searched refs:fileStat (Results 1 – 2 of 2) sorted by relevance
82 struct stat fileStat; in ModuleExists() local92 if (stat(deps.front().c_str(), &fileStat)) { in ModuleExists()96 if (!S_ISREG(fileStat.st_mode)) { in ModuleExists()
115 struct stat fileStat; in GetModuleLoadList() local117 if (!stat(recovery_load_path.c_str(), &fileStat)) { in GetModuleLoadList()