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

  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_win.cc 23 base::FilePath sys_dir; local
24 PathService::Get(base::DIR_SYSTEM, &sys_dir);
25 base::FilePath rundll32 = sys_dir.AppendASCII("rundll32.exe");
26 base::FilePath shell32dll = sys_dir.AppendASCII("shell32.dll");
  /external/linux-tools-perf/util/
parse-events.c 135 #define for_each_subsystem(sys_dir, sys_dirent, sys_next) \
136 while (!readdir_r(sys_dir, &sys_dirent, &sys_next) && sys_next) \
141 static int tp_event_has_id(struct dirent *sys_dir, struct dirent *evt_dir)
147 sys_dir->d_name, evt_dir->d_name);
169 DIR *sys_dir, *evt_dir; local
180 sys_dir = opendir(debugfs_path);
181 if (!sys_dir)
184 for_each_subsystem(sys_dir, sys_dirent, sys_next) {
207 closedir(sys_dir);
230 closedir(sys_dir);
911 DIR *sys_dir, *evt_dir; local
955 DIR *sys_dir, *evt_dir; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 348 sys_dir = os.path.dirname(sys.modules['distutils'].__file__)
351 sys_file = os.path.join(sys_dir, "distutils.cfg")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 348 sys_dir = os.path.dirname(sys.modules['distutils'].__file__)
351 sys_file = os.path.join(sys_dir, "distutils.cfg")
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov     [all...]

Completed in 104 milliseconds