Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp64 struct stat stat_buf; in GetModificationTime() local
65 if (stat(source_.path.c_str(), &stat_buf) != 0) { in GetModificationTime()
71 ptm = localtime_r(&stat_buf.st_mtime, &tm_result); in GetModificationTime()
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp529 struct stat stat_buf; in WaitForEndpoint() local
530 ret = lstat(current.c_str(), &stat_buf); in WaitForEndpoint()
533 else if (ret == 0 && S_ISLNK(stat_buf.st_mode)) in WaitForEndpoint()