Searched refs:pathStat (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscallPolicy.cpp61 struct stat pathStat; local
62 if (stat(canonicalPath, &pathStat) == -1) {
68 if (S_ISDIR(pathStat.st_mode))
H A DOpenSyscall.cpp63 struct stat pathStat; local
64 if (fstat(fd, &pathStat) == -1) {
69 if (!S_ISDIR(pathStat.st_mode)) {

Completed in 129 milliseconds