Searched refs:target_temp (Results 1 – 1 of 1) sorted by relevance
1228 static int flash_open_tempfile(const char **dname, const char **target_temp) in flash_open_tempfile() argument1252 *target_temp = temp_name; in flash_open_tempfile()1269 const char *dname, *target_temp = NULL; in flash_io_write() local1290 fd_target = flash_open_tempfile(&dname, &target_temp); in flash_io_write()1320 if (target_temp) { in flash_io_write()1329 if (rename(target_temp, DEVNAME(dev_target))) { in flash_io_write()1332 target_temp, DEVNAME(dev_target), in flash_io_write()