Lines Matching refs:kF2fsStatsPath
76 kF2fsStatsPath(sysfs_paths.F2fsStatsPath), in SysfsCollector()
521 if (kF2fsStatsPath == nullptr) { in logF2fsStats()
527 const std::string kF2fsStatsDir = kF2fsStatsPath + userdataBlock; in logF2fsStats()
600 if (kF2fsStatsPath == nullptr) { in logF2fsCompressionInfo()
607 std::string path = kF2fsStatsPath + (userdataBlock + "/compr_written_block"); in logF2fsCompressionInfo()
613 path = kF2fsStatsPath + (userdataBlock + "/compr_saved_block"); in logF2fsCompressionInfo()
624 path = kF2fsStatsPath + (userdataBlock + "/compr_new_inode"); in logF2fsCompressionInfo()
656 std::string userDataStatsPath = kF2fsStatsPath + getUserDataBlock(); in getReclaimedSegments()
685 if (kF2fsStatsPath == nullptr) { in logF2fsGcSegmentInfo()
832 if (kF2fsStatsPath == nullptr) { in logBootStats()
839 if (!ReadFileToInt(kF2fsStatsPath + (userdataBlock + "/mounted_time_sec"), &mounted_time_sec)) { in logBootStats()