Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/env/
H A Dfw_env.c1228 static int flash_open_tempfile(const char **dname, const char **target_temp) in flash_open_tempfile() argument
1252 *target_temp = temp_name; in flash_open_tempfile()
1269 const char *dname, *target_temp = NULL; in flash_io_write() local
1290 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()