Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A 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
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_util.c231 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 Dimage_packer_test.cpp499 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 Dheif_hw_encoder_test.cpp88 const int fdDest = open(IMAGE_JPG2HEIF_DEST.c_str(), O_RDWR, S_IRUSR | S_IWUSR); variable