Searched refs:statPath (Results 1 – 4 of 4) sorted by relevance
296 int statPath = GetRealPath(path); in RmdirExec() local303 } else if (statPath == ENOENT) { in RmdirExec()333 int statPath = GetRealPath(path); in GetExec() local349 } else if (statPath == ENOENT) { in GetExec()397 int statPath = GetRealPath(path); in ListExec() local398 if (statPath == ENOENT) { in ListExec()690 if (statPath == ENOENT) { in DeleteExec()723 if (statPath == ENOENT) { in AccessExec()759 if (statPath == COMMON_NUM::ZERO || statPath == ENOENT) { in WriteTextExec()798 if (statPath == COMMON_NUM::ZERO || statPath == ENOENT) { in WriteArrayBufferExec()[all …]
140 let statPath = fs.statSync(path);141 if (!statPath.isDirectory()) {246 let statPath = fs.statSync(path);247 if (!statPath.isDirectory()) {
618 let statPath = fs.statSync(path);619 if (!statPath.isDirectory()) {
253 std::string statPath = JoinPath("/proc/", std::to_string(procInfo.pid), "/stat"); in GetPidProcInfo() local262 if (!ReadFromFile(statPath, stat)) { in GetPidProcInfo()