Home
last modified time | relevance | path

Searched defs:fout (Results 1 – 25 of 76) sorted by relevance

1234

/aosp12/frameworks/av/media/libeffects/downmix/tests/
H A Ddownmixtest.cpp112 FILE *fout) { in DownmixExecute()
167 FILE *fout) { in DowmixMainProcess()
287 FILE *fout = fopen(outfile, "wb"); in main() local
/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp117 std::ofstream fout(des, std::ofstream::out || std::ofstream::binary); in CopyFile() local
135 std::ofstream fout(file, std::ofstream::out || std::ofstream::app); in WriteFile() local
/aosp12/system/libufdt/tests/src/
H A Dutil.c64 FILE *fout = NULL; in write_buf_to_file() local
/aosp12/frameworks/base/cmds/idmap2/idmap2/
H A DCreate.cpp114 std::ofstream fout(idmap_path); in Create() local
H A DCreateMultiple.cpp126 std::ofstream fout(idmap_path); in CreateMultiple() local
/aosp12/system/media/audio_utils/tests/
H A Dbiquad_filter.cpp96 std::unique_ptr<std::FILE, decltype(&std::fclose)> fout( in main() local
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerFilePersistedSettings.java68 try (FileOutputStream fout = new FileOutputStream(stage)) { in writeBackupEnableState()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); in dump()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp61 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
H A Dadapter_device_info.cpp68 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
H A Dprofile_config.cpp62 std::ofstream fout(pimpl->filePath_, std::ios::out | std::ios::trunc); in Reload() local
/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp158 static void CopyData(const std::string &srcPath, FILE *fout) in CopyData()
170 FILE *fout = fopen(dstPath.c_str(), "wb"); in CopyFile() local
187 FILE *fout = fopen(dstPath.c_str(), "wb"); in ExpandFile() local
218 FILE *fout = fopen(filePath.c_str(), "wb"); in CheckEnableSuccess() local
H A Dmulti_thread_local_sign_test.cpp63 int32_t fout = open(path.c_str(), O_CREAT | O_RDWR | O_TRUNC, 0777); in DupFile() local
/aosp12/system/libufdt/utils/src/
H A Dmkdtboimg.py527 def extract_dt_file(self, idx, fout, decompress): argument
840 def create_dtbo_image(fout, argv): argument
878 def create_dtbo_image_from_config(fout, argv): argument
/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp191 std::ofstream fout(idmap_path); in createIdmap() local
276 std::ofstream fout(path); in createFabricatedOverlay() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp284 ofstream fout; in GetMemoryLeakLog() local
307 void NativeLeakDumpState::DumpGeneralInfo(ofstream &fout, shared_ptr<NativeLeakInfo> &userMonitorIn… in DumpGeneralInfo()
334 void NativeLeakDumpState::DumpDetailInfo(ofstream &fout, shared_ptr<NativeLeakInfo> &userMonitorInf… in DumpDetailInfo()
400 ofstream fout(filePath); in DumpUserMemInfo() local
/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkStackService.java424 protected void dump(@NonNull FileDescriptor fd, @NonNull PrintWriter fout, in dump()
487 private void dumpVersion(@NonNull PrintWriter fout) { in dumpVersion()
516 private void dumpVersionNumberOnly(@NonNull PrintWriter fout) { in dumpVersionNumberOnly()
/aosp12/system/tools/mkbootimg/
H A Dmkbootimg.py335 def write_ramdisks_padded(self, fout, alignment): argument
341 def write_entries_padded(self, fout, alignment): argument
/aosp12/system/chre/external/kiss_fft/
H A Dkiss_fft.c379 void kiss_fft_stride(kiss_fft_cfg st,const kiss_fft_cpx *fin,kiss_fft_cpx *fout,int in_stride) in kiss_fft_stride()
393 void kiss_fft(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout) in kiss_fft()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreConfig.java242 static void dump(IndentingPrintWriter fout, Context context) { in dump()
466 public static void dump(IndentingPrintWriter fout, Context context) { in dump()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DMmsFileProvider.java115 FileOutputStream fout = null; in writeDataToPipe() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellBroadcastService.java196 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { in dump()
/aosp12/frameworks/base/tools/aapt2/
H A DMain.cpp168 aapt::io::FileOutputStream fout(STDOUT_FILENO, kStdOutBufferSize); in MainImpl() local
/aosp12/frameworks/av/media/libeffects/lvm/tests/
H A Dlvmtest.cpp477 lvmConfigParams_t* plvmConfigParams, FILE* finp, FILE* fout) { in lvmMainProcess()
640 FILE* fout = fopen(outfile, "wb"); in main() local
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc422 if (std::ofstream fout(filepath, std::ios::out); fout.is_open()) { in DumpTxt() local
470 if (std::ofstream fout(filepath, std::ios::out); fout.is_open()) { in DumpPb() local
565 if (std::ofstream fout(filepath, std::ios::out); fout.is_open()) { in DumpResult() local

1234