Searched defs:DEX2OAT_BIN (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.cpp826 static const char* DEX2OAT_BIN = "/system/bin/dex2oat"; local
904 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name);
921 argv[i++] = DEX2OAT_BIN;
972 execv(DEX2OAT_BIN, (char * const *)argv);
973 ALOGE("execv(%s) failed: %s\n", DEX2OAT_BIN, strerror(errno));

Completed in 79 milliseconds