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

/frameworks/native/cmds/installd/
H A Dcommands.c691 const char* output_file_name, int swap_fd, const char *pkgname, const char *instruction_set,
758 if (swap_fd >= 0) {
760 sprintf(dex2oat_swap_fd, "--swap-fd=%d", swap_fd);
903 int res, input_fd=-1, out_fd=-1, swap_fd=-1; local
999 swap_fd = open(swap_file_name, O_RDWR | O_CREAT | O_EXCL, 0600);
1000 if (swap_fd < 0) {
1057 run_dex2oat(input_fd, out_fd, input_file, out_path, swap_fd, pkgname,
1080 if (swap_fd != -1) {
1081 close(swap_fd);
690 run_dex2oat(int zip_fd, int oat_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *pkgname, const char *instruction_set, bool vm_safe_mode) argument

Completed in 136 milliseconds