/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_file_util.cpp | 71 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 D | devicestatus_data_parse.cpp | 156 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 D | file_utils.cpp | 61 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 D | bundle_file_util.h | 30 static bool CheckFileSize(const std::string &bundlePath, const int64_t fileSize);
|
/ohos5.0/base/msdp/device_status/libs/include/ |
H A D | devicestatus_data_parse.h | 38 bool CheckFileSize(const std::string &filePath);
|
/ohos5.0/base/sensors/miscdevice/utils/common/include/ |
H A D | file_utils.h | 33 bool CheckFileSize(const std::string &filePath);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | application_cleaner.h | 45 bool CheckFileSize(const std::vector<std::string> &bundlePath);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | application_cleaner.cpp | 104 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 D | bundlefileutil_fuzzer.cpp | 40 fileUtil.CheckFileSize(bundlePath, reinterpret_cast<intptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | rule_cluster.cpp | 45 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 D | rule_cluster.h | 168 bool CheckFileSize(const std::string& path);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 71 static bool CheckFileSize(const std::string &bundlePath, const int64_t fileSize);
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 546 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 D | freeze_detector_unittest.cpp | 481 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 D | bundle_util.cpp | 92 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 D | bms_bundle_manager_test.cpp | 1401 bool res3 = BundleFileUtil::CheckFileSize("data/test", fileSize);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1304 bool res = bundleUtil.CheckFileSize(BUNDLE_NAME, 0);
|