Home
last modified time | relevance | path

Searched refs:CheckOverLongPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/
H A Dquota_manager.h42 uint32_t CheckOverLongPath(const std::string &path);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp84 static uint32_t CheckOverLongPath(const string &path) in CheckOverLongPath() function
124 if (CheckOverLongPath(fileName) >= PATH_MAX_LEN || stat(fileName.data(), &sta) == -1) { in GetDirFilesDetail()
393 if (CheckOverLongPath(path) >= PATH_MAX_LEN || stat(path.data(), &sta) == -1) { in IsNotPath()
434 if (CheckOverLongPath(fileName) >= PATH_MAX_LEN || stat(fileName.data(), &sta) == -1) { in GetUser0DirFilesDetail()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp207 int32_t result = CheckOverLongPath(bundleDataDirPath);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp626 uint32_t CheckOverLongPath(const std::string &path) in CheckOverLongPath() function
695 CheckOverLongPath(fileStat.filePath); in GetIncludesFileStats()