Home
last modified time | relevance | path

Searched refs:tmppath (Results 1 – 4 of 4) 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/autotest/server/
Dautotest.py425 tmppath = utils.get(control_file, local_copy=True)
457 cfile += open(tmppath).read()
458 open(tmppath, "w").write(cfile)
466 host.send_file(tmppath, atrun.remote_control_file)
467 if os.path.abspath(tmppath) != os.path.abspath(control_file):
468 os.remove(tmppath)