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

/frameworks/native/cmds/installd/
H A Dcommands.c741 char oat_location_arg[strlen("--oat-location=") + PKG_PATH_MAX]; local
755 sprintf(oat_location_arg, "--oat-location=%s", output_file_name);
813 argv[i++] = oat_location_arg;

Completed in 144 milliseconds