Home
last modified time | relevance | path

Searched refs:kSysfsPath (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dos.cc837 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()
Dos.h30 const char kSysfsPath[] = "/sys/bus/pci/devices"; variable