Searched refs:OpenCore (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy_file.cpp | 115 static NError OpenCore(FileInfo& fileInfo, const int flags, const int mode)
in OpenCore() function 140 auto openResult = OpenCore(srcFile, UV_FS_O_RDONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
in OpenFile() 151 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT |
in OpenFile()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy_file.cpp | 142 static int OpenCore(FileInfo& fileInfo, const int flags, const int mode) in OpenCore() function 167 auto openResult = OpenCore(srcFile, UV_FS_O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in OpenFile() 178 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT | in OpenFile()
|
Completed in 2 milliseconds