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

  /external/python/cpython3/Lib/test/
test_pkgimport.py 42 compiled_path = cache_from_source(self.module_path)
43 if os.path.exists(compiled_path):
44 os.remove(compiled_path)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /external/python/cpython2/Lib/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 40 compiled_path = self.module_path + extension
41 if os.path.exists(compiled_path):
42 os.remove(compiled_path)

Completed in 536 milliseconds