Home
last modified time | relevance | path

Searched refs:RealPathCore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp73 static tuple<int, unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*>> RealPathCore(const st… in RealPathCore() function
117 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetPath()
144 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetName()
180 auto [realPathRes, realPath] = RealPathCore(path); in GetParent()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp277 static tuple<int, unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*>> RealPathCore(const stri… in RealPathCore() function
310 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetPath()
334 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetName()
399 auto [realPathRes, realPath] = RealPathCore(path); in GetParent()