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

  /external/autotest/client/site_tests/platform_TempFS/
platform_TempFS.py 28 tempdirs = ['/dev', '/tmp', '/dev/shm', '/var/tmp', '/var/run',
31 for dir in tempdirs:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
base.py 63 self.tempdirs = []
66 while self.tempdirs:
67 tmpdir = self.tempdirs.pop()
110 self.tempdirs.append(tmpdir)
  /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:
  /external/selinux/policycoreutils/scripts/
fixfiles 237 tmpdirs=${tempdirs//-e/}
  /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/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
test_oauth2_client.py 116 self.tempdirs = []

Completed in 886 milliseconds