Home
last modified time | relevance | path

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

/art/runtime/
Dfault_handler.cc358 int e1 = sigaction(SIGSEGV, &action, &oldsegvaction); in Action() local
360 if (e1 != 0 || e2 != 0) { in Action()
/art/runtime/native/
Ddalvik_system_DexFile.cc427 int e1 = stat(profile_file.c_str(), &profstat); in CopyProfileFile() local
431 if (e1 < 0) { in CopyProfileFile()