/aosp_15_r20/external/libultrahdr/third_party/image_io/src/utils/ |
H A D | file_utils.cc | 32 auto* file_stream = new fstream(file_name, std::ios::out | std::ios::binary); in OpenOutputFile() local 45 auto* file_stream = new fstream(file_name, std::ios::in | std::ios::binary); in OpenInputFile() local
|
/aosp_15_r20/external/image_io/src/utils/ |
H A D | file_utils.cc | 32 auto* file_stream = new fstream(file_name, std::ios::out | std::ios::binary); in OpenOutputFile() local 45 auto* file_stream = new fstream(file_name, std::ios::in | std::ios::binary); in OpenInputFile() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/ |
H A D | backport.cpp | 48 std::ifstream file_stream; in _backport_for_mobile() local 67 std::ifstream file_stream; in _backport_for_mobile() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | json_serializable.cpp | 109 std::ofstream file_stream(filename, std::ios::trunc | std::ios::binary); in WriteProtectedJsonToFile() local 120 std::ifstream file_stream(filename, std::ios::binary | std::ios::ate); in ReadProtectedJsonFromFile() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util.cc | 330 ScopedFILE file_stream(OpenFile(path, "rb")); in ReadFileToBytes() local 359 ScopedFILE file_stream(OpenFile(path, "rb")); in ReadFileToStringWithMaxSize() local
|
H A D | file_util_win.cc | 991 File FILEToFile(FILE* file_stream) { in FILEToFile()
|
H A D | file_util_posix.cc | 957 File FILEToFile(FILE* file_stream) { in FILEToFile()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | logging_util.py | 14 def CaptureLogs(file_stream): argument
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | parse_utils.h | 16 FILE *file_stream; /* Input stream handle */ member
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | host_tools_version.cpp | 34 std::ifstream file_stream(path, std::ifstream::binary); in FileCrc() local
|
/aosp_15_r20/external/perfetto/src/traced/probes/android_game_intervention_list/ |
H A D | android_game_intervention_list_unittest.cc | 86 auto file_stream = base::ScopedFstream(fdopen(pipe.rd.get(), "r")); in TEST_F() local
|
/aosp_15_r20/device/google/trout/tools/tracing/client/ |
D | TracingClient.cpp | 101 std::ofstream file_stream(file_path, std::fstream::binary); in GetTracingFile() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/test/ |
H A D | TestRedFec.cc | 192 rtc::StringBuilder file_stream; in OpenOutFile() local
|
H A D | opus_test.cc | 389 std::stringstream file_stream; in OpenOutFile() local
|
H A D | EncodeDecodeTest.cc | 137 rtc::StringBuilder file_stream; in Setup() local
|
H A D | TestStereo.cc | 592 rtc::StringBuilder file_stream; in OpenOutFile() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/datetime/ |
H A D | grammar-parser_test.cc | 40 std::ifstream file_stream(file_name); in ReadFile() local
|
H A D | regex-parser_test.cc | 45 std::ifstream file_stream(file_name); in ReadFile() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | microdump_stackwalk.cc | 87 std::ifstream file_stream(options.microdump_file); in PrintMicrodumpProcess() local
|
H A D | microdump_processor_unittest.cc | 69 std::ifstream file_stream(file_name.c_str(), std::ios::in); in ReadFile() local
|
H A D | minidump_unittest.cc | 114 ifstream file_stream(minidump_file_.c_str(), std::ios::in); in TEST_F() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/testing/ |
H A D | annotator.cc | 32 std::ifstream file_stream(file_name); in ReadFile() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 1429 std::ifstream file_stream(file.c_str()); in ExpandArgumentFile() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 1806 io::FileInputStream file_stream(fd); in ParseSimpleFile() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 1806 io::FileInputStream file_stream(fd); in ParseSimpleFile() local
|