Home
last modified time | relevance | path

Searched refs:PATH_LENGTH (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp84 if (strlen(path) > PATH_LENGTH) { in CheckRealPath()
267 char filePath[PATH_LENGTH] = { 0 }; in GetCurrentFolderSize()
275 if (memset_s(filePath, PATH_LENGTH, 0, PATH_LENGTH) != EOK) { in GetCurrentFolderSize()
279 if (sprintf_s(filePath, PATH_LENGTH, "%s/%s", dirPath, dp->d_name) < 0) { in GetCurrentFolderSize()
452 char bundleJsonPath[PATH_LENGTH] = { 0 }; in CheckBundleJsonIsValid()
453 if (sprintf_s(bundleJsonPath, PATH_LENGTH, "%s%s%s", JSON_PATH, bundleName, JSON_SUFFIX) < 0) { in CheckBundleJsonIsValid()
543 char bundleJsonPath[PATH_LENGTH] = { 0 }; in GetValueFromBundleJson()
544 if (sprintf_s(bundleJsonPath, PATH_LENGTH, "%s%s%s", JSON_PATH, bundleName, JSON_SUFFIX) < 0) { in GetValueFromBundleJson()
570 char bundleJsonPath[PATH_LENGTH] in GetValueFromBundleJson()
[all...]
H A Dbundle_info_creator.cpp126 if (codePath.size() > PATH_LENGTH || dataPath.size() > PATH_LENGTH) { in SetBundleInfo()
135 if (iconPath.size() > PATH_LENGTH) { in SetBundleInfo()
256 if (iconPath.size() > PATH_LENGTH) { in SetAbilityInfo()
H A Dgt_extractor_util.cpp221 char destName[PATH_LENGTH] = { 0 }; in HasWrittenFile()
222 if (sprintf_s(destName, PATH_LENGTH, "%s%s/%s", installPath, path, filename) < 0) { in HasWrittenFile()
H A Dgt_bundle_installer.cpp602 char bundleJsonPath[PATH_LENGTH] = { 0 }; in Uninstall()
603 if (sprintf_s(bundleJsonPath, PATH_LENGTH, "%s%s%s", JSON_PATH, bundleName, JSON_SUFFIX) < 0) { in Uninstall()
H A Dgt_bundle_parser.cpp156 char profilePath[PATH_LENGTH] = { 0 }; in ParseHapProfile()
157 if (sprintf_s(profilePath, PATH_LENGTH, "%s/%s", path, PROFILE_NAME) < 0) { in ParseHapProfile()
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h29 const int PATH_LENGTH = 1024 * 4; variable
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp40 char filepath[PATH_LENGTH]; in GetPidByName()
41 char curTaskName[PATH_LENGTH]; in GetPidByName()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h40 const uint16_t PATH_LENGTH = 256; member

Completed in 7 milliseconds