Home
last modified time | relevance | path

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

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