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

  /external/v8/tools/gyp/test/lib/
TestWin.py 16 def _QueryBase(self, sysdir, key, value):
23 sysdir: The system subdirectory to attempt to launch reg.exe from.
33 cmd = [os.path.join(os.environ.get('WINDIR', ''), sysdir, 'reg.exe'),
  /external/libdrm/
xf86drm.c 2766 DIR *sysdir; local
3081 DIR *sysdir; local
3197 DIR *sysdir; local
    [all...]
xf86drmMode.c 736 DIR *sysdir; local
747 sysdir = opendir(pci_dev_dir);
748 if (sysdir) {
749 dent = readdir(sysdir);
756 dent = readdir(sysdir);
758 closedir(sysdir);
766 sysdir = opendir(pci_dev_dir);
767 if (!sysdir)
770 dent = readdir(sysdir);
777 dent = readdir(sysdir);
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
MSVSVersion.py 120 def _RegistryQueryBase(sysdir, key, value):
127 sysdir: The system subdirectory to attempt to launch reg.exe from.
137 cmd = [os.path.join(os.environ.get('WINDIR', ''), sysdir, 'reg.exe'),
  /external/vulkan-validation-layers/loader/
loader.c 2203 DIR *sysdir = NULL; local
    [all...]

Completed in 205 milliseconds