Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp34 const std::string CLOUD_LOCATION_ATTR = "user.cloud.location"; variable
56 size = getxattr(path.c_str(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_ATTR_NAME); in GetLocationFromPath()
/ohos5.0/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"; variable
H A Dstat_n_exporter.cpp256 …size = getxattr(statEntity->fileInfo_->path.get(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MAX_A… in GetLocation()
258 …size = fgetxattr(statEntity->fileInfo_->fdg->GetFD(), CLOUD_LOCATION_ATTR.c_str(), value.get(), MA… in GetLocation()