Searched refs:PATH_LENGTH (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_util.cpp | 84 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 D | bundle_info_creator.cpp | 126 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 D | gt_extractor_util.cpp | 221 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 D | gt_bundle_installer.cpp | 602 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 D | gt_bundle_parser.cpp | 156 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 D | dbinder_service_test_helper.h | 29 const int PATH_LENGTH = 1024 * 4; variable
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_service_test_helper.cpp | 40 char filepath[PATH_LENGTH]; in GetPidByName() 41 char curTaskName[PATH_LENGTH]; in GetPidByName()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 40 const uint16_t PATH_LENGTH = 256; member
|
Completed in 7 milliseconds