Searched refs:tempname (Results 1 - 2 of 2) sorted by path

/system/core/fastbootd/
H A Dtransport.c46 char tempname[] = "/dev/fastboot_download_XXXXXX"; local
49 fd = mkstemp(tempname);
53 unlink(tempname);
H A Dutils.c152 char tempname[] = "/dev/fastboot_data_XXXXXX"; local
155 fd = mkstemp(tempname);
159 unlink(tempname);

Completed in 45 milliseconds