Searched refs:statBuff (Results 1 – 1 of 1) sorted by relevance
156 struct stat statBuff; in chdir() local179 ret = stat(fullpath, &statBuff); in chdir()185 if (!S_ISDIR(statBuff.st_mode)) { in chdir()191 if (VfsPermissionCheck(statBuff.st_uid, statBuff.st_gid, statBuff.st_mode, EXEC_OP)) { in chdir()