Home
last modified time | relevance | path

Searched refs:cpudir (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Dintelcstates.c76 DIR *cpudir; in print_intel_cstates() local
88 cpudir = opendir("/sys/devices/system/cpu"); in print_intel_cstates()
89 if (!cpudir) in print_intel_cstates()
93 while ((entry = readdir(cpudir))) { in print_intel_cstates()
133 closedir(cpudir); in print_intel_cstates()
Dpowertop.c318 DIR *cpudir; in read_data_cpuidle() local
329 cpudir = opendir("/sys/devices/system/cpu"); in read_data_cpuidle()
330 if (!cpudir) in read_data_cpuidle()
334 while ((entry = readdir(cpudir))) { in read_data_cpuidle()
420 closedir(cpudir); in read_data_cpuidle()
/external/libusb/msvc/
Dddk_build.cmd41 set cpudir=i386 variable
44 set cpudir=amd64 variable
48 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir%
92 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%
112 set srcPath=examples\xusb_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%
144 set srcPath=examples\fxload_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%
164 set srcPath=examples\hotplugtest_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%