Searched refs:CheckFileSize (Results 1 – 7 of 7) sorted by relevance
38 bool CheckFileSize(const std::string &filePath);
33 bool CheckFileSize(const std::string &filePath);
150 if (!CheckFileSize(filePath)) { in ReadJsonFile()166 bool DeviceStatusDataParse::CheckFileSize(const std::string& filePath) in CheckFileSize() function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
61 if (!CheckFileSize(realPath)) { in ReadJsonFile()157 bool CheckFileSize(const std::string &filePath) in CheckFileSize() function
45 if (CheckFileSize(DEFAULT_RULE_FILE) == false) { in Init()63 bool FreezeRuleCluster::CheckFileSize(const std::string& path) in CheckFileSize() function in OHOS::HiviewDFX::FreezeRuleCluster
155 bool CheckFileSize(const std::string& path);
441 ASSERT_EQ(freezeRuleCluster->CheckFileSize("path"), false);442 ASSERT_EQ(freezeRuleCluster->CheckFileSize("/system/etc/hiview/freeze_rules.xml"), true);