/external/libcups/cups/ |
tempfile.c | 46 char tmppath[1024]; /* Windows temporary directory */ local 60 GetTempPath(sizeof(tmppath), tmppath); local 61 tmpdir = tmppath;
|
/external/libaom/libaom/test/ |
video_source.h | 64 char tmppath[MAX_PATH]; local 65 if (GetTempPathA(MAX_PATH, tmppath)) { 67 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) {
|
/external/libvpx/libvpx/test/ |
video_source.h | 65 char tmppath[MAX_PATH]; local 66 if (GetTempPathA(MAX_PATH, tmppath)) { 68 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) {
|
/external/libpcap/ |
pcap.c | [all...] |
/external/autotest/server/ |
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) [all...] |