Searched refs:fileStat (Results 1 – 2 of 2) sorted by relevance
87 struct stat fileStat {}; in ModuleExists() struct97 if (stat(deps.front().c_str(), &fileStat)) { in ModuleExists()101 if (!S_ISREG(fileStat.st_mode)) { in ModuleExists()
201 struct stat fileStat {}; in GetModuleLoadList() struct204 if (stat(load_path.c_str(), &fileStat)) { in GetModuleLoadList()