Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c458 # define stat_file stat64 macro
466 # define stat_file stat macro
1182 else if (stat_file(filename, &statbuf) == 0) in startup_child()
1213 if (stat_file(pathname, &statbuf) == 0 && in startup_child()
1224 if (stat_file(pathname, &statbuf) < 0) { in startup_child()