Searched refs:kSysfsPath (Results 1 – 2 of 2) sorted by relevance
/external/stressapptest/src/ |
D | os.cc | 837 dir = opendir(kSysfsPath); in GetPCIDevices() 839 logprintf(0, "Process Error: Cannot open %s", kSysfsPath); in GetPCIDevices() 870 snprintf(filename, sizeof(filename), "%s/%s/%s", kSysfsPath, in PCIGetValue() 889 snprintf(filename, sizeof(filename), "%s/%s/%s", kSysfsPath, in PCIGetResources()
|
D | os.h | 30 const char kSysfsPath[] = "/sys/bus/pci/devices"; variable
|