Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dsymlink.cpp121 …return NAsyncWorkPromise(env, thisVar).Schedule(PROCEDURE_SYMLINK_NAME, cbExec, cbComplCallback).v… in Async()
124 …return NAsyncWorkCallback(env, thisVar, cb).Schedule(PROCEDURE_SYMLINK_NAME, cbExec, cbComplCallba… in Async()
H A Dsymlink.h30 const std::string PROCEDURE_SYMLINK_NAME = "FileIOSymLink"; variable