Home
last modified time | relevance | path

Searched defs:fdDest (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/utils_lite/js/builtin/filekit/src/
Dnativeapi_fs_impl.c173 static int DoCopyFile(int fdSrc, int fdDest) in DoCopyFile()
244 int fdDest = open(realDest, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in CopyFileImpl() local