Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp96 struct stat st_buf; in GetMTime() local
97 if (stat(path.c_str(), &st_buf) != 0) { in GetMTime()
101 return st_buf.st_mtime; in GetMTime()
105 struct stat st_buf; in GetSizeByBlocks() local
106 if (stat(path.c_str(), &st_buf) != 0) { in GetSizeByBlocks()
110 return st_buf.st_blocks * st_buf.st_blksize; in GetSizeByBlocks()