Searched refs:sys_dir (Results 1 - 3 of 3) 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/util/
H A Dparse-events.c135 #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) argument
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...]
/external/chromium_org/third_party/lcov-1.9/bin/
H A Dlcov4085 my $sys_dir = "/sys/kernel/debug/gcov";
4104 $dir = defined($gcov_dir) ? $gcov_dir : $sys_dir;

Completed in 121 milliseconds