Searched defs:fdDest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/ |
H A D | nativeapi_fs_impl.c | 173 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
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.c | 231 int32 fdDest = hiview_open(dest, O_RDWR | O_CREAT | O_TRUNC, 0); in HIVIEW_FileCopy() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_packer_test.cpp | 499 const int fdDest = open(IMAGE_JPG_DEST.c_str(), O_RDWR, S_IRUSR | S_IWUSR); variable 647 const int fdDest = open(IMAGE_PNG2JPG_DEST.c_str(), O_RDWR, S_IRUSR | S_IWUSR); variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/ |
H A D | heif_hw_encoder_test.cpp | 88 const int fdDest = open(IMAGE_JPG2HEIF_DEST.c_str(), O_RDWR, S_IRUSR | S_IWUSR); variable
|