Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtempfile.c46 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()
Dppd-util.c227 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/
Dvideo_source.h65 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/
Dvideo_source.h64 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/
Dpcap.c1869 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/
Dautotest.py516 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)