| /base/startup/init/services/init/standard/ |
| H A D | init.c | 206 if (write(fd, content, strlen(content)) < 0) {
in InitSysAdj()
|
| /base/startup/init/test/unittest/modules/ |
| H A D | eng_unittest.cpp | 220 write(fd, buffer.c_str(), buffer.size()); in HWTEST_F()
|
| /drivers/hdf_core/adapter/khdf/linux/platform/gpio/ |
| H A D | gpio_adapter.c | 224 .write = LinuxGpioWrite,
|
| /drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mmc/ |
| H A D | mmc_block_lite.c | 272 .write = LiteosBlockWrite,
|
| /drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
| H A D | mtd_legacy_lite.c | 358 nand_mtd->write = MtdDeviceLegacyNandWrite; in MtdDeviceLegacyFillMtdInfo()
|
| /drivers/hdf_core/adapter/platform/gpio/ |
| H A D | gpio_wm.c | 105 .write = GpioDevWrite,
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| H A D | bytecode_gen.cpp | 247 ofs_.write(data, size); 253 Logger().Error() << "failed to write file " << outFileName_;
|
| /drivers/hdf_core/framework/tools/hc-gen/ |
| H A D | hcs_build_info.py | 249 sys.stdout.write(parser.get_hcs_info())
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
| H A D | hdf_device_info_hcs.py | 61 lwrite.write(line)
|
| /drivers/hdf_core/framework/tools/idl-gen/ |
| H A D | _header_parser.py | 87 file.write(new_lines)
|
| /drivers/liteos/hievent/src/ |
| H A D | hievent_driver.c | 352 .write = HieventWrite, /* write */
|
| /drivers/peripheral/display/composer/test/common/ |
| H A D | display_test_utils.cpp | 74 int hasWriten = write(fileFd, data, size); in SaveFile()
|
| /drivers/peripheral/display/composer/vdi_base/src/ |
| H A D | hdi_layer.cpp | 201 rawDataFile.write(static_cast<const char *>(buffAddr), buffer->size); in DumpLayerBuffer()
|
| /drivers/peripheral/thermal/interfaces/hdi_service/src/ |
| H A D | thermal_device_mitigation.cpp | 51 ssize_t recever = write(fd, buf.c_str() + (size_t) pos, bytesSize - (size_t)pos); in WriteSysfsFd()
|
| H A D | thermal_simulation_node.cpp | 236 write(fd, buf.c_str(), size); in WriteFile()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/ |
| H A D | extend_resource_manager_proxy.cpp | 65 APP_LOGE("fail to AddExtResource due to write bundleName failed"); in AddExtResource() 69 APP_LOGE("fail to AddExtResource due to write filePaths failed"); in AddExtResource() 101 APP_LOGE("fail to RemoveExtResource due to write bundleName failed"); in RemoveExtResource() 105 APP_LOGE("fail to RemoveExtResource due to write moduleNames failed"); in RemoveExtResource() 133 APP_LOGE("fail to GetExtResource due to write bundleName failed"); in GetExtResource() 174 APP_LOGE("fail to EnableDynamicIcon due to write bundleName failed"); in EnableDynamicIcon() 178 APP_LOGE("fail to EnableDynamicIcon due to write moduleName failed"); in EnableDynamicIcon() 205 APP_LOGE("fail to DisableDynamicIcon due to write bundleName fail"); in DisableDynamicIcon() 233 APP_LOGE("fail to GetDynamicIcon due to write bundleName fail"); in GetDynamicIcon() 263 APP_LOGE("write interfac in CreateFd() [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
| H A D | quick_fix_manager_proxy.cpp | 72 LOG_E(BMS_TAG_DEFAULT, "write bundleFilePaths failed"); in DeployQuickFix() 76 LOG_E(BMS_TAG_DEFAULT, "write isDebug failed"); in DeployQuickFix() 80 LOG_E(BMS_TAG_DEFAULT, "write targetPath failed"); in DeployQuickFix() 84 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in DeployQuickFix() 114 LOG_E(BMS_TAG_DEFAULT, "write bundleName failed"); in SwitchQuickFix() 118 LOG_E(BMS_TAG_DEFAULT, "write enable failed"); in SwitchQuickFix() 122 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in SwitchQuickFix() 152 LOG_E(BMS_TAG_DEFAULT, "write bundleName failed"); in DeleteQuickFix() 156 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in DeleteQuickFix() 178 LOG_E(BMS_TAG_DEFAULT, "write interfac in CreateFd() [all...] |
| /foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
| H A D | app_domain_verify_mgr_service.cpp | 257 (void)write(fd, dumpString.c_str(), dumpString.size()); in Dump()
|
| /foundation/bundlemanager/app_domain_verify/services/src/agent/core/ |
| H A D | app_domain_verify_agent_service.cpp | 288 (void)write(fd, dumpString.c_str(), dumpString.size()); in Dump()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| H A D | js_profiler.cpp | 237 if (write(fd, JSProfiler::GetInstance()->msg_[i].msg, strlen(JSProfiler::GetInstance()->msg_[i].msg)) < 0) { in FlushProfilerMsg() 371 HILOG_ERROR(HILOG_MODULE_ACE, "ace js profiler write msg failed"); in Output()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
| H A D | test_base.cpp | 293 auto result = write(fd, pixelmap, pixelMapSize);
in Pixmap2RawFile()
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
| H A D | media_manager.cpp | 84 DP_CHECK_ERROR_RETURN_RET_LOG(off == static_cast<off_t>(ERROR_FAIL), ERROR_FAIL, "write temp lseek failed."); in Pause() 85 auto ret = write(outputFileFd_, lastPts.c_str(), lastPts.size()); in Pause() 86 DP_CHECK_ERROR_RETURN_RET_LOG(ret == static_cast<int64_t>(ERROR_FAIL), ERROR_FAIL, "write temp final pts failed."); in Pause() 167 DP_CHECK_ERROR_RETURN_RET_LOG(ret == ERROR_FAIL, ERROR_FAIL, "write temp data failed."); in Recover() 193 DP_CHECK_ERROR_RETURN_RET_LOG(ret == ERROR_FAIL, ERROR_FAIL, "write audio data failed."); in CopyAudioTrack()
|
| /foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
| H A D | avcodec_audio_decoder_inner_demo.cpp | 242 outputFile.write(reinterpret_cast<char *>(buffer->GetBase()), attr.size); in OutputFunc()
|
| H A D | avcodec_audio_encoder_inner_demo.cpp | 209 outputFile.write(reinterpret_cast<char *>(buffer->GetBase()), attr.size); in OutputFunc() 210 cout << "output write size = " << attr.size << endl; in OutputFunc()
|
| /foundation/multimedia/media_library/frameworks/native/c_api/ |
| H A D | moving_photo_impl.cpp | 174 bytesWritten = write(destFd, buffer, bytesRead); in CopyFileFromMediaLibrary()
|