Searched refs:tmppath (Results 1 - 3 of 3) sorted by relevance

/external/libcups/cups/
H A Dtempfile.c46 char tmppath[1024]; /* Windows temporary directory */ local
60 GetTempPath(sizeof(tmppath), tmppath); local
61 tmpdir = tmppath;
/external/libvpx/libvpx/test/
H A Dvideo_source.h65 char tmppath[MAX_PATH]; local
66 if (GetTempPathA(MAX_PATH, tmppath)) {
68 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) {
/external/autotest/server/
H A Dautotest.py544 tmppath = utils.get(control_file, local_copy=True)
577 cfile += open(tmppath).read()
578 open(tmppath, "w").write(cfile)
586 host.send_file(tmppath, atrun.remote_control_file)
587 if os.path.abspath(tmppath) != os.path.abspath(control_file):
588 os.remove(tmppath)

Completed in 259 milliseconds