Searched refs:PATH_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
41 constexpr int PATH_MAX_SIZE = 256; variable141 if (fileName.size() > PATH_MAX_SIZE) { in CheckFileName()
42 static const int PATH_MAX_SIZE = 256; variable188 if (currentPath.empty() || (currentPath.size() > PATH_MAX_SIZE)) { in TraverseObsoleteTempDirectory()
63 constexpr int PATH_MAX_SIZE = 256; variable252 std::string bundlePath(PATH_MAX_SIZE + 1, 'a');421 std::string codeSignatureFilePath1(PATH_MAX_SIZE + 1, 'a');
89 constexpr int PATH_MAX_SIZE = 256; variable
169 if (fileName.size() > ServiceConstants::PATH_MAX_SIZE) { in CheckFileName()448 if (bundlePath.length() > ServiceConstants::PATH_MAX_SIZE) { in CreateFileDescriptor()465 if (bundlePath.length() > ServiceConstants::PATH_MAX_SIZE) { in CreateFileDescriptorForReadOnly()
997 if (dir.empty() || (dir.size() > ServiceConstants::PATH_MAX_SIZE)) { in GetDiskUsage()1039 if (currentPath.empty() || (currentPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in TraverseCacheDirectory()1148 if (dirPath.empty() || (dirPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in ScanDir()1198 if (currentPath.empty() || (currentPath.size() > ServiceConstants::PATH_MAX_SIZE)) { in ScanSoFiles()