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

  /external/kmod/libkmod/python/kmod/
kmod.pyx 33 self.mod_dir = None
38 def __init__(self, mod_dir=None):
39 self.set_mod_dir(mod_dir=mod_dir)
41 def set_mod_dir(self, mod_dir=None):
42 self.mod_dir = mod_dir
46 cdef char *mod_dir = NULL
48 if self.mod_dir:
49 mod_dir = self.mod_di
    [all...]
kmod.pxd 22 cdef object mod_dir
  /external/python/setuptools/setuptools/
wheel.py 159 mod_dir = os.path.join(destination_eggdir, *mod.split('.'))
160 mod_init = os.path.join(mod_dir, '__init__.py')
161 if os.path.exists(mod_dir) and not os.path.exists(mod_init):
  /external/python/cpython2/Lib/unittest/test/
test_discovery.py 351 mod_dir = os.path.abspath('bar')
354 "Is this module globally installed?" % (mod_dir, expected_dir))
366 mod_dir = os.path.abspath('bar')
374 if path == os.path.join(mod_dir, 'foo.py'):
  /external/u-boot/test/py/
multiplexed_log.py 14 mod_dir = os.path.dirname(os.path.abspath(__file__)) variable
228 shutil.copy(mod_dir + '/multiplexed_log.css', os.path.dirname(fn))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 333 mod_dir = os.path.abspath('bar')
336 "Is this module globally installed?" % (mod_dir, expected_dir))
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 751 mod_dir = os.path.abspath('bar')
754 "Is this module globally installed?" % (mod_dir, expected_dir))
766 mod_dir = os.path.abspath('bar')
774 if path == os.path.join(mod_dir, 'foo.py'):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 1326 mod_dir = os.path.join(os.environ["ProgramFiles"], "Common Files", "Merge Modules") variable
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 1380 mod_dir = os.path.join(os.environ["ProgramFiles"], "Common Files", "Merge Modules") variable
    [all...]

Completed in 293 milliseconds