Searched refs:DEX2OAT_BIN (Results 1 - 1 of 1) sorted by relevance

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

Completed in 180 milliseconds