Home
last modified time | relevance | path

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

/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 string &srcPath) 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()
/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 string &srcPath) in RealPathCore() function
310 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetPath()
389 auto [realPathRes, realPath] = RealPathCore(path); in GetParent()

Completed in 2 milliseconds