/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Log.c | 62 fwrite(str, strlen(str), 1, fp); in _Rockchip_OSAL_Log() 72 fwrite(str, strlen(str), 1, fp); in _Rockchip_OSAL_Log() 82 fwrite(str, strlen(str), 1, fp); in _Rockchip_OSAL_Log() 91 fwrite(str, strlen(str), 1, fp); in _Rockchip_OSAL_Log() 100 fwrite(str, strlen(str), 1, fp); in _Rockchip_OSAL_Log()
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/ |
H A D | utils.cpp | 123 fwrite(input, strlen(input), 1, pFile);
in SaveCharTextAppend() 124 fwrite("\n", 1, 1, pFile);
in SaveCharTextAppend()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkkrnlimg.c | 144 fwrite(ptr1, 1, 8, fid_out); in main() 149 cnt = fwrite(ptr1, 1, fileSize, fid_out); in main() 150 PRINTF("fwrite = %lu\n", cnt); in main() 151 fwrite(&crcData, 1, 4, fid_out); in main()
|
H A D | resource_tool.c | 724 if (!fwrite(data, blocks * BLOCK_SIZE, 1, file)) { in StorageWriteLba() 816 fwrite(data, len, 1, file); in tests_dump_file() 1296 if (!fwrite(buf, n, 1, out_file)) { in dump_file()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
H A D | sample_comm_ive.c | 281 if (fwrite(pU8, width, 1, pFp) != 1) {
in SAMPLE_COMM_IVE_WriteFile() 293 if (width != fwrite(pU8, 1, width, pFp)) {
in SAMPLE_COMM_IVE_WriteFile() 303 if (width != fwrite(pU8, 1, width, pFp)) {
in SAMPLE_COMM_IVE_WriteFile() 315 if (width != fwrite(pU8, 1, width, pFp)) {
in SAMPLE_COMM_IVE_WriteFile() 325 if (width != fwrite(pU8, 1, width, pFp)) {
in SAMPLE_COMM_IVE_WriteFile() 338 if (sizeof(HI_U16) != fwrite(pU8, width, sizeof(HI_U16), pFp)) {
in SAMPLE_COMM_IVE_WriteFile() 350 if (width != fwrite(pU8, sizeof(HI_U32), width, pFp)) {
in SAMPLE_COMM_IVE_WriteFile()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 698 size_t ret = fwrite("AB", PARAM_1, PARAM_2, fp);
in Fread_One() 699 NAPI_ASSERT(env, ret == 2U, "fread fwrite Error");
in Fread_One() 777 fwrite(src, sizeof(char), strlen(src), fp);
in Fseek_One() 792 fwrite(src, sizeof(char), strlen(src), fp);
in Fseeko_One() 807 fwrite(src, sizeof(char), strlen(src), fp);
in Fseeko64_One() 825 fwrite(src, sizeof(char), strlen(src), fp);
in Fsetpos_One() 845 fwrite(src, sizeof(char), strlen(src), fp);
in Fsetpos64_One() 862 fwrite(src, sizeof(char), strlen(src), fp);
in Ftell_One() 878 fwrite(src, sizeof(char), strlen(src), fp);
in Ftello_One() 894 fwrite(sr in Ftello64_One() [all...] |
H A D | mmanndk.cpp | 122 fwrite(ptr, sizeof(char), strlen(ptr), fptr);
in Mmap()
|
H A D | threadsndk.cpp | 414 fwrite(buf, sizeof(char), strlen(buf), fp);
in DoOnce()
|
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesRecorderNdk/ |
H A D | ActsOpenslesRecoderNdkTest.cpp | 160 fwrite(buffer, 1, pSize, wavFile); in BufferQueueCallback() 199 fwrite(buffer, 1, pSize, wavFile); in CaptureStart()
|
/test/xts/acts/kernel_lite/utils/ |
H A D | libfs.cpp | 110 if (fwrite(buffer, 1, bytes, dstFp) != bytes) {
in CopyFile()
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | libfs.cpp | 113 if (fwrite(buffer, 1, bytes, dstFp) != bytes) {
in CopyFile()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | ppOp.cpp | 191 if (fpw)fwrite((char *)(dst.vir_addr), \ in main()
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | ClockTimeTest.cpp | 381 int ret = fwrite(mask, sizeof(mask), 1, fp);
in HWTEST_F() 431 ret = fwrite(mask, sizeof(mask), 1, fp);
in HWTEST_F()
|
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | ProcessTest.cpp | 80 fwrite(writeBuf, sizeof(writeBuf), 1, fp); in HWTEST_F() 190 fwrite(writeBuf, sizeof(writeBuf), 1, fp); in HWTEST_F()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | stdio.h | 459 * The fwrite() function shall write, from the array pointed to by ptr, up to nitems elements whose size is specified by 467 * @retval #size_t The fwrite() function shall return the number of elements successfully written, 469 * If size or nitems is 0, fwrite() shall return 0 and the state of the stream remains unchanged. 481 * @see puts | fwrite | ferror | fopen 483 size_t fwrite(const void *__restrict, size_t, size_t, FILE *__restrict);
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_file.c | 114 if (fwrite(data, dataLen, 1, fp) != 1) { in WriteFile()
|
/test/xts/device_attest/services/oem_adapter/src/ |
H A D | device_attest_oem_file.c | 109 if (fwrite(data, dataLen, 1, fp) != 1) { in OEMWriteFile()
|
/test/xts/device_attest_lite/services/core/small/utils/ |
H A D | attest_utils_file_detail.c | 101 if (fwrite(data, dataLen, 1, fp) != 1) { in WriteFile()
|
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_file_operator.c | 171 uint32_t size = fwrite(buf, 1, len, fp); in FileWrite()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 332 int32_t ret = fwrite(audioBuffer->buf, 1, audioBuffer->size, aFile); in OnAudioBufferAvailable() 336 int32_t ret = fwrite(audioBuffer->buf, 1, audioBuffer->size, innerFile); in OnAudioBufferAvailable()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_vi.c | 2244 (HI_VOID)fwrite(pU8VBufVirt_Y, pVBuf->u32FrmSize, 1, pfd); in SAMPLE_COMM_VI_SaveFpnFile() 2248 (HI_VOID)fwrite(&pVBuf->u32Offset[i], 4, 1, pfd); /* write 4 bytes data(offset[i]) to pfd. */ in SAMPLE_COMM_VI_SaveFpnFile() 2252 (HI_VOID)fwrite(&pVBuf->stFpnFrame.stVFrame.enCompressMode, 4, 1, pfd); /* write 4 bytes data(cmpMode) to pfd. */ in SAMPLE_COMM_VI_SaveFpnFile() 2255 (HI_VOID)fwrite(&pVBuf->u32FrmSize, 4, 1, pfd); /* write 4 bytes data(frmSize) to pfd. */ in SAMPLE_COMM_VI_SaveFpnFile() 2258 (HI_VOID)fwrite(&pVBuf->u32Iso, 4, 1, pfd); /* write 4 bytes data(u32Iso) to pfd. */ in SAMPLE_COMM_VI_SaveFpnFile()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/ |
H A D | Rkvpu_OMX_Venc.c | 485 fwrite(pVideoEnc->enc_vpumem->vir_addr, 1, (*len), pVideoEnc->fp_enc_in); in Rkvpu_ProcessStoreMetaData() 497 fwrite(pVideoEnc->enc_vpumem->vir_addr, 1, in Rkvpu_ProcessStoreMetaData() 639 fwrite(aInput.buf, 1, inputUseBuffer->dataLen, pVideoEnc->fp_enc_in); in Rkvpu_SendInputData() 686 fwrite(aInput.buf, 1, inputUseBuffer->dataLen, pVideoEnc->fp_enc_in); in Rkvpu_SendInputData() 775 fwrite(aOut_buf, 1, pVideoEnc->bSpsPpsLen, pVideoEnc->fp_enc_out); in Rkvpu_Post_OutputStream() 852 fwrite(aOut_buf, 1, outputUseBuffer->remainDataLen, pVideoEnc->fp_enc_out); in Rkvpu_Post_OutputStream()
|
/test/xts/hats/kernel/mmap/ |
H A D | MmapApiTest.cpp | 81 if (fwrite(buffer, 1, PAGE_SIZE, file) != PAGE_SIZE) { in CreateFile() 82 std::cout << "Error fwrite file.\n" << std::endl; in CreateFile()
|
/test/xts/hats/kernel/madvise/ |
H A D | MadviseApiTest.cpp | 69 if (fwrite(buffer, 1, PAGE_SIZE, file) != PAGE_SIZE) { in CreateFile() 70 std::cout << "Error fwrite file.\n" << std::endl; in CreateFile()
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 708 if (!fwrite(data, blocks * BLOCK_SIZE, 1, file)) { in StorageWriteLba() 806 fwrite(data, len, 1, file); in tests_dump_file() 1276 if (!fwrite(buf, n, 1, out_file)) { in dump_file()
|