Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.c899 char swap_file_name[PKG_PATH_MAX]; in dexopt() local
996 strcpy(swap_file_name, out_path); in dexopt()
997 strcpy(swap_file_name + strlen(out_path), ".swap"); in dexopt()
998 unlink(swap_file_name); in dexopt()
999 swap_fd = open(swap_file_name, O_RDWR | O_CREAT | O_EXCL, 0600); in dexopt()
1003 ALOGE("installd could not create '%s' for swap during dexopt\n", swap_file_name); in dexopt()
1006 unlink(swap_file_name); in dexopt()