Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc107 struct stat fnstat; in IsFile() local
112 if (lstat(fn, &fnstat) == -1) { in IsFile()
116 return fdstat.st_ino == fnstat.st_ino; in IsFile()