HomeSort by relevance Sort by last modified time
    Searched refs:sys_dir (Results 1 - 4 of 4) 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/perf-3.12.0/tools/perf/util/
parse-events.c 126 #define for_each_subsystem(sys_dir, sys_dirent, sys_next) \
127 while (!readdir_r(sys_dir, &sys_dirent, &sys_next) && sys_next) \
132 static int tp_event_has_id(struct dirent *sys_dir, struct dirent *evt_dir)
138 sys_dir->d_name, evt_dir->d_name);
160 DIR *sys_dir, *evt_dir; local
171 sys_dir = opendir(tracing_events_path);
172 if (!sys_dir)
175 for_each_subsystem(sys_dir, sys_dirent, sys_next) {
198 closedir(sys_dir);
221 closedir(sys_dir);
996 DIR *sys_dir, *evt_dir; local
1045 DIR *sys_dir, *evt_dir; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-events.c 1135 DIR *sys_dir; local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov     [all...]

Completed in 6224 milliseconds