Searched defs:stat_result (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc767 int stat_result = TEMP_FAILURE_RETRY(stat(filename.c_str(), &stat_stat)); local
768 if (stat_result != 0) {

Completed in 55 milliseconds