HomeSort by relevance Sort by last modified time
    Searched refs:tmppath (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/self-test/
utils_test.py 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)
  /external/libvpx/libvpx/test/
video_source.h 63 char tmppath[MAX_PATH]; local
64 if (GetTempPathA(MAX_PATH, tmppath)) {
66 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) {
  /external/autotest/server/
autotest.py 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)
    [all...]

Completed in 77 milliseconds