Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp39 const int32_t PATH_MAX_LEN = 4096; member
82 if (len >= PATH_MAX_LEN) { in CheckOverLongPath()
119 if (CheckOverLongPath(fileName) >= PATH_MAX_LEN || stat(fileName.data(), &sta) == -1) { in GetDirFilesDetail()
319 if (CheckOverLongPath(path) >= PATH_MAX_LEN || stat(path.data(), &sta) == -1) { in IsNotPath()
360 if (CheckOverLongPath(fileName) >= PATH_MAX_LEN || stat(fileName.data(), &sta) == -1) { in GetUser0DirFilesDetail()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp28 const int32_t PATH_MAX_LEN = 4096; member
86 if (nameLen <= PATH_MAX_LEN) { in ReadLongName()
96 HILOGE("longName of %{private}s exceed PATH_MAX_LEN", info.fullPath.c_str()); in ReadLongName()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp338 auto [errCode1, subFiles1, subSmallFiles1] = GetFile(pathData, PATH_MAX_LEN); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp56 const uint64_t PATH_MAX_LEN = 4096; member
632 if (len >= PATH_MAX_LEN) { in CheckOverLongPath()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp64 constexpr uint32_t PATH_MAX_LEN = 128; member
197 char fileName[PATH_MAX_LEN] = {0}; in OpenDumpFile()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp57 constexpr uint32_t PATH_MAX_LEN = 128; member
98 char fileName[PATH_MAX_LEN] = {0}; in OpenDumpFile()

Completed in 9 milliseconds