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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp283 char oat_location_arg[arraysize("--oat-location=") + PKG_PATH_MAX]; local
300 sprintf(oat_location_arg, "--oat-location=%s", output_file_name);
400 argv[i++] = oat_location_arg;

Completed in 30 milliseconds