Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp34 const std::string CLOUD_LOCATION_ATTR = "user.cloud.location"; member
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.h27 const std::string CLOUD_LOCATION_ATTR = "user.cloud.location"; member
H A Dstat_n_exporter.cpp256 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