/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/ |
D | file_out.hpp | 22 struct file_out : handler_base_ext, ::boost::process::detail::uses_handles struct 24 file_descriptor file; 25 int handle = file.handle(); 28 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write), handle(file.handle()) {} in file_out() function 29 file_out(FILE * f) : handle(fileno(f)) {} in file_out() argument 31 std::array<int, 3> get_used_handles() in get_used_handles()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/ |
D | file_out.hpp | 23 struct file_out : public ::boost::process::detail::handler_base, struct 26 file_descriptor file; 29 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles() 33 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write) {} in file_out() function 34 file_out(FILE * f) : handle(reinterpret_cast<void*>(_get_osfhandle(_fileno(f)))) {} in file_out() argument
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/ |
H A D | file_unittest.cc | 26 base::File file_out; in TEST() local 52 base::File file_out; in TEST() local 62 base::File file_out( in TEST() local
|
H A D | file_path_unittest.cc | 16 base::FilePath file_out; in TEST() local
|
/aosp_15_r20/external/cronet/net/spdy/fuzzing/ |
H A D | hpack_example_generator.cc | 52 base::File file_out(base::FilePath::FromUTF8Unsafe(file_to_write), in main() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_config.cc | 124 std::ofstream file_out(env_path.c_str(), std::ios::binary); in WriteEnvironment() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_utils.hpp | 111 test_file file_out("", filename_out); in generic_parser_test() local
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_file_tracker.cc | 234 std::unique_ptr<base::File> file_out = in PrepareClose() local
|
/aosp_15_r20/frameworks/av/media/libaudioprocessing/tests/ |
H A D | test-resampler.cpp | 197 const char* file_out = NULL; in main() local
|
/aosp_15_r20/system/linkerconfig/ |
H A D | main.cc | 172 std::ofstream file_out; in WriteConfigurationToFile() local
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 84705 struct file *file_out; member
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 45517 struct file *file_out; member
|
H A D | vmlinux_600.h | 45517 struct file *file_out; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 78004 struct file *file_out; member
|
H A D | vmlinux_602.h | 78004 struct file *file_out; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 53791 struct file *file_out; member
|
H A D | vmlinux_518.h | 53791 struct file *file_out; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 64139 struct file *file_out; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 132679 struct file *file_out; member
|
H A D | vmlinux.h | 132679 struct file *file_out; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 72803 struct file *file_out; member
|
H A D | vmlinux.h | 72803 struct file *file_out; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 73969 struct file *file_out; member
|