Home
last modified time | relevance | path

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

/external/autotest/server/self-test/
Dutils_test.py31 tmppath = os.path.join(tmpdir, 'testfile')
32 tmpfile = file(tmppath, 'w')
35 tmpfile = file(tmppath)
43 tmppath = utils.get(url)
44 f = file(tmppath)
/external/libvpx/libvpx/test/
Dvideo_source.h63 char tmppath[MAX_PATH]; in GetTempOutFile() local
64 if (GetTempPathA(MAX_PATH, tmppath)) { in GetTempOutFile()
66 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) { in GetTempOutFile()
/external/autotest/server/
Dautotest.py408 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)