Home
last modified time | relevance | path

Searched refs:isFileType (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
Dfs.js199 function isFileType(stats, fileType) { function
300 const size = context.size = isFileType(stats, S_IFREG) ? stats[8] : 0;
397 const size = isFileType(stats, S_IFREG) ? stats[8] : 0;
1783 if (isFileType(statValues, S_IFIFO) ||
1784 isFileType(statValues, S_IFSOCK)) {
1803 if (!isFileType(stats, S_IFLNK)) {
1926 if (isFileType(statValues, S_IFIFO) ||
1927 isFileType(statValues, S_IFSOCK)) {