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

  /external/autotest/client/site_tests/platform_TempFS/
platform_TempFS.py 28 tempdirs = ['/dev', '/tmp', '/dev/shm', '/var/tmp', '/run',
31 for dir in tempdirs:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 60 self.tempdirs = []
64 while self.tempdirs:
65 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
  /external/python/cpython2/Lib/distutils/tests/
support.py 67 self.tempdirs = []
74 while self.tempdirs:
75 d = self.tempdirs.pop()
84 self.tempdirs.append(d)
  /external/python/cpython3/Lib/distutils/tests/
support.py 59 self.tempdirs = []
66 while self.tempdirs:
67 d = self.tempdirs.pop()
76 self.tempdirs.append(d)
test_dir_util.py 131 src = self.tempdirs[-1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 67 self.tempdirs = []
74 while self.tempdirs:
75 d = self.tempdirs.pop()
84 self.tempdirs.append(d)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 67 self.tempdirs = []
74 while self.tempdirs:
75 d = self.tempdirs.pop()
84 self.tempdirs.append(d)
  /external/autotest/client/tests/ffsb/
ffsb.py 27 tempdirs = [] variable in class:ffsb
128 self.tempdirs.append(ffsbdir)
196 for l in self.tempdirs:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 45 self.tempdirs = []
49 while self.tempdirs:
50 d = self.tempdirs.pop()
73 self.tempdirs.append(d)
  /external/python/cpython2/Lib/test/
test_shutil.py 46 self.tempdirs = []
50 while self.tempdirs:
51 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 46 self.tempdirs = []
50 while self.tempdirs:
51 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 46 self.tempdirs = []
50 while self.tempdirs:
51 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 46 self.tempdirs = []
50 while self.tempdirs:
51 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 46 self.tempdirs = []
50 while self.tempdirs:
51 d = self.tempdirs.pop()
74 self.tempdirs.append(d)
  /external/python/cpython3/Lib/test/
test_shutil.py 94 self.tempdirs = []
98 while self.tempdirs:
99 d = self.tempdirs.pop()
109 self.tempdirs.append(d)
    [all...]

Completed in 898 milliseconds