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

/art/runtime/
H A Dfault_handler.cc357 int e1 = sigaction(SIGSEGV, &action, &oldsegvaction); local
359 if (e1 != 0 || e2 != 0) {
/art/runtime/native/
H A Ddalvik_system_DexFile.cc417 int e1 = stat(profile_file.c_str(), &profstat); local
421 if (e1 < 0) {

Completed in 106 milliseconds