Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dsymlink.cpp63 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> symlink_req = { in Sync() local
65 if (!symlink_req) { in Sync()
70 int ret = uv_fs_symlink(nullptr, symlink_req.get(), oldPath.c_str(), newPath.c_str(), 0, nullptr); in Sync()
97 std::unique_ptr<uv_fs_t, decltype(CommonFunc::fs_req_cleanup)*> symlink_req = { in Async()
99 if (!symlink_req) { in Async()
103 int ret = uv_fs_symlink(nullptr, symlink_req.get(), oldPath.c_str(), newPath.c_str(), 0, nullptr); in Async()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dsymlink.cpp33 std::unique_ptr<uv_fs_t, decltype(CommonFunc::FsReqCleanup)*> symlink_req = { in Symlink() local
35 if (!symlink_req) { in Symlink()
39 int ret = uv_fs_symlink(nullptr, symlink_req.get(), target.c_str(), srcPath.c_str(), 0, nullptr); in Symlink()

Completed in 1 milliseconds