Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/base/
DSystem.cpp48 using PathStat = struct _stat64; typedef
52 using PathStat = struct stat; typedef
157 int fdStat(int fd, PathStat* st) { in fdStat()
169 PathStat st; in getFileSize()