Home
last modified time | relevance | path

Searched refs:VERSION_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h37 const uint32_t VERSION_LEN = 2; variable
74 char version[VERSION_LEN];
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp49 const int VERSION_LEN = 4; variable
249 if (segA.size() != VERSION_LEN) { in CompareVersion()
254 if (segB.size() != VERSION_LEN) { in CompareVersion()
258 for (int i = 0; i < VERSION_LEN; i++) { in CompareVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp67 const int32_t VERSION_LEN = 64; variable
2104 char firmware[VERSION_LEN] = {0}; in GetSystemParameter()
2105 int32_t ret = GetParameter(key.c_str(), UNKNOWN.c_str(), firmware, VERSION_LEN); in GetSystemParameter()