Searched refs:sys_dir (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/printing/ |
D | printer_manager_dialog_win.cc | 23 base::FilePath sys_dir; in OpenPrintersDialogCallback() local 24 PathService::Get(base::DIR_SYSTEM, &sys_dir); in OpenPrintersDialogCallback() 25 base::FilePath rundll32 = sys_dir.AppendASCII("rundll32.exe"); in OpenPrintersDialogCallback() 26 base::FilePath shell32dll = sys_dir.AppendASCII("shell32.dll"); in OpenPrintersDialogCallback()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events.c | 126 #define for_each_subsystem(sys_dir, sys_dirent, sys_next) \ argument 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) in tp_event_has_id() argument 138 sys_dir->d_name, evt_dir->d_name); in tp_event_has_id() 160 DIR *sys_dir, *evt_dir; in tracepoint_id_to_path() local 171 sys_dir = opendir(tracing_events_path); in tracepoint_id_to_path() 172 if (!sys_dir) in tracepoint_id_to_path() 175 for_each_subsystem(sys_dir, sys_dirent, sys_next) { in tracepoint_id_to_path() 198 closedir(sys_dir); in tracepoint_id_to_path() 221 closedir(sys_dir); in tracepoint_id_to_path() [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | parse-events.c | 1135 DIR *sys_dir; in count_tracepoints() local 1147 sys_dir = opendir(sys_path); in count_tracepoints() 1148 TEST_ASSERT_VAL("Can't open sys dir", sys_dir); in count_tracepoints() 1150 while ((sys_ent = readdir(sys_dir))) { in count_tracepoints() 1160 closedir(sys_dir); in count_tracepoints()
|
/external/chromium_org/third_party/lcov/bin/ |
D | lcov | 4178 my $sys_dir = "/sys/kernel/debug/gcov"; 4197 $dir = defined($gcov_dir) ? $gcov_dir : $sys_dir;
|