Lines Matching full:stat
1189 * couldn't stat() the executable.
1194 struct stat status;
1195 if (stat(mRuntimeExe.ToAscii(), &status) == 0) {
1199 fprintf(stderr, "Sim: unable to stat '%s': %s\n",
1210 struct stat status;
1211 if (stat(mRuntimeExe.ToAscii(), &status) == 0) {
1214 fprintf(stderr, "Sim: unable to stat '%s': %s\n",