Home
last modified time | relevance | path

Searched refs:CheckFileSize (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp71 if (!CheckFileSize(realPath, MAX_HAP_SIZE)) { in CheckFilePath()
148 bool BundleFileUtil::CheckFileSize(const std::string &bundlePath, const int64_t fileSize) in CheckFileSize() function in OHOS::AppExecFwk::BundleFileUtil
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_data_parse.cpp156 if (!CheckFileSize(filePath)) { in ReadJsonFile()
172 bool DeviceStatusDataParse::CheckFileSize(const std::string& filePath) in CheckFileSize() function in OHOS::Msdp::DeviceStatus::DeviceStatusDataParse
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dfile_utils.cpp61 if (!CheckFileSize(realPath)) { in ReadJsonFile()
157 bool CheckFileSize(const std::string &filePath) in CheckFileSize() function
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/include/
H A Dbundle_file_util.h30 static bool CheckFileSize(const std::string &bundlePath, const int64_t fileSize);
/ohos5.0/base/msdp/device_status/libs/include/
H A Ddevicestatus_data_parse.h38 bool CheckFileSize(const std::string &filePath);
/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dfile_utils.h33 bool CheckFileSize(const std::string &filePath);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dapplication_cleaner.h45 bool CheckFileSize(const std::vector<std::string> &bundlePath);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp104 if (CheckFileSize(rootDir)) { in ClearTempData()
114 bool ApplicationCleaner::CheckFileSize(const std::vector<std::string> &bundlePath) in CheckFileSize() function in OHOS::AppExecFwk::ApplicationCleaner
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlefileutil_fuzzer/
H A Dbundlefileutil_fuzzer.cpp40 fileUtil.CheckFileSize(bundlePath, reinterpret_cast<intptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.cpp45 if (CheckFileSize(DEFAULT_RULE_FILE) == false) { in Init()
63 bool FreezeRuleCluster::CheckFileSize(const std::string& path) in CheckFileSize() function in OHOS::HiviewDFX::FreezeRuleCluster
H A Drule_cluster.h168 bool CheckFileSize(const std::string& path);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h71 static bool CheckFileSize(const std::string &bundlePath, const int64_t fileSize);
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp546 bool CheckFileSize(int len) in CheckFileSize() function
563 if (!CheckFileSize(len)) { in WriteAppTrace()
578 if (!CheckFileSize(len)) { in WriteAppTrace()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp481 ASSERT_EQ(freezeRuleCluster->CheckFileSize("path"), false);
482 ASSERT_EQ(freezeRuleCluster->CheckFileSize("/system/etc/hiview/freeze_rules.xml"), true);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp92 if (!CheckFileSize(realPath, MAX_HAP_SIZE)) { in CheckFilePath()
176 bool BundleUtil::CheckFileSize(const std::string &bundlePath, const int64_t fileSize) in CheckFileSize() function in OHOS::AppExecFwk::BundleUtil
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1401 bool res3 = BundleFileUtil::CheckFileSize("data/test", fileSize);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1304 bool res = bundleUtil.CheckFileSize(BUNDLE_NAME, 0);