Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dsymlink.cpp30 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg) in GetSymlinkArg() function
55 auto [resGetSymlinkArg, oldPath, newPath] = GetSymlinkArg(env, funcArg); in Sync()
76 auto [resGetSymlinkArg, oldPath, newPath] = GetSymlinkArg(env, funcArg); in Async()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dsymlink.cpp32 static tuple<bool, string, string> GetSymlinkArg(napi_env env, const NFuncArg &funcArg) in GetSymlinkArg() function
56 auto [resGetSymlinkArg, oldPath, newPath] = GetSymlinkArg(env, funcArg); in Sync()
89 auto [resGetSymlinkArg, oldPath, newPath] = GetSymlinkArg(env, funcArg); in Async()