Searched refs:DEX_OPT_BIN (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 636 static const char* DEX_OPT_BIN = "/system/bin/dexopt"; in run_dexopt() local 644 ALOGV("Running %s in=%s out=%s\n", DEX_OPT_BIN, input_file_name, output_file_name); in run_dexopt() 645 execl(DEX_OPT_BIN, DEX_OPT_BIN, "--zip", zip_num, odex_num, input_file_name, in run_dexopt() 647 ALOGE("execl(%s) failed: %s\n", DEX_OPT_BIN, strerror(errno)); in run_dexopt()
|