Home
last modified time | relevance | path

Searched refs:MAX_ATTR_NAME (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp33 const size_t MAX_ATTR_NAME = 64; member
50 std::unique_ptr<char[]> value = std::make_unique<char[]>(MAX_ATTR_NAME); in GetLocationFromPath()
56 size = getxattr(path.c_str(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_ATTR_NAME); in GetLocationFromPath()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.h26 const size_t MAX_ATTR_NAME = 64; member
H A Dstat_n_exporter.cpp247 std::unique_ptr<char[]> value = CreateUniquePtr<char[]>(MAX_ATTR_NAME); in GetLocation()
256 size = getxattr(statEntity->fileInfo_->path.get(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_ATTR_NAME); in GetLocation()
258 size = fgetxattr(statEntity->fileInfo_->fdg->GetFD(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_ATTR_NAME); in GetLocation()

Completed in 2 milliseconds