Searched refs:sys_dir (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_win.cc23 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/
H A Dparse-events.c126 #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) argument
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/
H A Dparse-events.c1135 DIR *sys_dir; local
1147 sys_dir = opendir(sys_path);
1148 TEST_ASSERT_VAL("Can't open sys dir", sys_dir);
1150 while ((sys_ent = readdir(sys_dir))) {
1160 closedir(sys_dir);
/external/chromium_org/third_party/lcov/bin/
H A Dlcov4178 my $sys_dir = "/sys/kernel/debug/gcov";
4197 $dir = defined($gcov_dir) ? $gcov_dir : $sys_dir;

Completed in 152 milliseconds