Lines Matching refs:dumpFileContent
33 dumpFileContent("AP HW TUNE", "/sys/devices/system/chip-id/ap_hw_tune_str"); in main()
34 dumpFileContent("DVFS VERSION", "/sys/devices/system/chip-id/dvfs_version"); in main()
35 dumpFileContent("EVT VERSION", "/sys/devices/system/chip-id/evt_ver"); in main()
36 dumpFileContent("LOT ID", "/sys/devices/system/chip-id/lot_id"); in main()
37 dumpFileContent("PACKAGE", "/sys/devices/system/chip-id/pkg_revision"); in main()
38 dumpFileContent("PRODUCT ID", "/sys/devices/system/chip-id/product_id"); in main()
39 dumpFileContent("REVISION", "/sys/devices/system/chip-id/revision"); in main()
40 dumpFileContent("RAW STR", "/sys/devices/system/chip-id/raw_str"); in main()
41 dumpFileContent("CPU present", "/sys/devices/system/cpu/present"); in main()
42 dumpFileContent("CPU online", "/sys/devices/system/cpu/online"); in main()
57 dumpFileContent(path.c_str(), path.c_str()); in main()
83 dumpFileContent("INTERRUPTS", "/proc/interrupts"); in main()