Searched refs:tmppath (Results 1 – 3 of 3) sorted by relevance
31 tmppath = os.path.join(tmpdir, 'testfile')32 tmpfile = file(tmppath, 'w')35 tmpfile = file(tmppath)43 tmppath = utils.get(url)44 f = file(tmppath)
63 char tmppath[MAX_PATH]; in GetTempOutFile() local64 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile()66 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) { in GetTempOutFile()
408 tmppath = utils.get(control_file, local_copy=True)441 cfile += open(tmppath).read()442 open(tmppath, "w").write(cfile)450 host.send_file(tmppath, atrun.remote_control_file)451 if os.path.abspath(tmppath) != os.path.abspath(control_file):452 os.remove(tmppath)