Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Dbattery_utils.py541 def LetBatteryCoolToTemperature(self, target_temp, wait_period=180): argument
554 if int(temp) <= target_temp:
564 target_temp)
/external/u-boot/tools/env/
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()