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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc185 static void stat64_to_stat(struct stat64 *in, struct stat *out) { function in namespace:__sanitizer
243 stat64_to_stat(&buf64, (struct stat *)buf);
267 stat64_to_stat(&buf64, (struct stat *)buf);
286 stat64_to_stat(&buf64, (struct stat *)buf);

Completed in 151 milliseconds