Home
last modified time | relevance | path

Searched refs:PATH_MAX_SIZE (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapplication_cleaner.cpp39 static const int PATH_MAX_SIZE = 256; member
185 if (currentPath.empty() || (currentPath.size() > PATH_MAX_SIZE)) { in TraverseObsoleteTempDirectory()
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp41 constexpr int PATH_MAX_SIZE = 256; member
141 if (fileName.size() > PATH_MAX_SIZE) { in CheckFileName()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp63 constexpr int PATH_MAX_SIZE = 256; member
252 std::string bundlePath(PATH_MAX_SIZE + 1, 'a'); in HWTEST_F()
411 * 1. the length of code signature file name is longer than PATH_MAX_SIZE
421 std::string codeSignatureFilePath1(PATH_MAX_SIZE + 1, 'a'); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h86 constexpr int PATH_MAX_SIZE = 256; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp169 if (fileName.size() > ServiceConstants::PATH_MAX_SIZE) { in CheckFileName()
450 if (bundlePath.length() > ServiceConstants::PATH_MAX_SIZE) { in CreateFileDescriptor()
467 if (bundlePath.length() > ServiceConstants::PATH_MAX_SIZE) { in CreateFileDescriptorForReadOnly()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp876 if (dir.empty() || (dir.size() > ServiceConstants::PATH_MAX_SIZE)) { in GetDiskUsage()
918 if (currentPath.empty() || (currentPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in TraverseCacheDirectory()
1026 if (dirPath.empty() || (dirPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in ScanDir()
1076 if (currentPath.empty() || (currentPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in ScanSoFiles()

Completed in 9 milliseconds