Searched refs:tmppath (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | tempfile.c | 46 char tmppath[1024]; /* Temporary directory */ in cupsTempFd() local 62 GetTempPath(sizeof(tmppath), tmppath); in cupsTempFd() 63 tmpdir = tmppath; in cupsTempFd() 79 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsTempFd() 80 tmpdir = tmppath; in cupsTempFd()
|
D | ppd-util.c | 227 char tmppath[1024]; /* Temporary directory */ in cupsGetPPD3() local 234 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsGetPPD3() 235 tmpdir = tmppath; in cupsGetPPD3()
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 65 char tmppath[MAX_PATH]; in GetTempOutFile() local 66 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile() 68 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) { in GetTempOutFile()
|
/external/libaom/libaom/test/ |
D | video_source.h | 64 char tmppath[MAX_PATH]; in GetTempOutFile() local 65 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile() 67 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) { in GetTempOutFile()
|
/external/libpcap/ |
D | pcap.c | 1869 char *scheme, *tmpuserinfo, *tmphost, *tmpport, *tmppath; 1881 &tmpport, &tmppath, errbuf) == -1) { 1892 if (name && tmppath) 1893 strlcpy(name, tmppath, PCAP_BUF_SIZE); 1896 free(tmppath); 1919 if (name && tmppath) 1920 strlcpy(name, tmppath, PCAP_BUF_SIZE); 1923 free(tmppath); 1935 if (name && tmppath) 1936 strlcpy(name, tmppath, PCAP_BUF_SIZE); [all …]
|
/external/autotest/server/ |
D | autotest.py | 516 tmppath = utils.get(control_file, local_copy=True) 549 cfile += open(tmppath).read() 550 open(tmppath, "w").write(cfile) 558 host.send_file(tmppath, atrun.remote_control_file) 559 if os.path.abspath(tmppath) != os.path.abspath(control_file): 560 os.remove(tmppath)
|