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

/external/chromium_org/v8/src/
H A Dd8-posix.cc591 int stat_result = stat(directory, &stat_buf); local
592 if (stat_result != 0) {
/external/v8/src/
H A Dd8-posix.cc560 int stat_result = stat(directory, &stat_buf); local
561 if (stat_result != 0) {

Completed in 49 milliseconds