Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs_impl.c379 struct stat fileStat = { 0 }; in GetFileListImpl() local
395 if (stat(fullFileName, &fileStat) != 0) { in GetFileListImpl()
401 fileList[fileIndex].fileSize = fileStat.st_size; in GetFileListImpl()
402 fileList[fileIndex].fileMtime = fileStat.st_mtime; in GetFileListImpl()
403 fileList[fileIndex].fileMode = fileStat.st_mode; in GetFileListImpl()

Completed in 2 milliseconds