Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/
H A Dquota_manager.h42 uint32_t CheckOverLongPath(const std::string &path);
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp79 static uint32_t CheckOverLongPath(const string &path) in CheckOverLongPath() function
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/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp207 int32_t result = CheckOverLongPath(bundleDataDirPath); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp629 uint32_t CheckOverLongPath(const std::string &path) in CheckOverLongPath() function
698 CheckOverLongPath(fileStat.filePath); in GetIncludesFileStats()

Completed in 4 milliseconds