Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc185 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() function
243 stat64_to_stat(&buf64, (struct stat *)buf); in internal_stat()
267 stat64_to_stat(&buf64, (struct stat *)buf); in internal_lstat()
286 stat64_to_stat(&buf64, (struct stat *)buf); in internal_fstat()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp237 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() function
324 stat64_to_stat(&buf64, (struct stat *)buf); in internal_stat()
349 stat64_to_stat(&buf64, (struct stat *)buf); in internal_lstat()
368 stat64_to_stat(&buf64, (struct stat *)buf); in internal_fstat()