/aosp_15_r20/build/soong/cmd/merge_zips/ |
H A D | merge_zips.go | 44 IsOpen() bool methodSpec 527 func (miz *ManagedInputZip) IsOpen() bool { func 688 func (fiz *FileInputZip) IsOpen() bool { func
|
H A D | merge_zips_test.go | 95 func (tiz *testInputZip) IsOpen() bool { func 428 func (diz *DummyInpuZip) IsOpen() bool { func
|
/aosp_15_r20/external/pigweed/pw_blob_store/public/pw_blob_store/ |
H A D | blob_store.h | 153 bool IsOpen() { return open_; } in IsOpen() function 385 bool IsOpen() const { return open_; } in IsOpen() function
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | file_stream.cc | 42 bool IsOpen() const override { return fd_ >= 0; } in IsOpen() function in brillo::FileDescriptor 343 bool FileStream::IsOpen() const { in IsOpen() function in brillo::FileStream
|
H A D | fake_stream.h | 83 bool IsOpen() const override { return is_open_; } in IsOpen() function
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | fec_file_descriptor.h | 52 bool IsOpen() override { in IsOpen() function
|
H A D | file_descriptor.h | 137 bool IsOpen() override { return (fd_ >= 0); } in IsOpen() function
|
H A D | fake_file_descriptor.h | 83 bool IsOpen() override { return open_; } in IsOpen() function
|
H A D | cached_file_descriptor.h | 58 bool IsOpen() override { return GetFd()->IsOpen(); } in IsOpen() function
|
H A D | cow_writer_file_descriptor.cc | 149 bool CowWriterFileDescriptor::IsOpen() { in IsOpen() function in chromeos_update_engine::CowWriterFileDescriptor
|
/aosp_15_r20/external/pigweed/pw_software_update/public/pw_software_update/ |
H A D | blob_store_openable_reader.h | 30 bool IsOpen() override { return blob_reader_.IsOpen(); } in IsOpen() function
|
/aosp_15_r20/external/armnn/profiling/client/src/ |
H A D | NullProfilingConnection.hpp | 20 virtual bool IsOpen() const override { return true; }; in IsOpen() function in arm::pipe::NullProfilingConnection
|
H A D | SocketProfilingConnection.cpp | 66 bool SocketProfilingConnection::IsOpen() const in IsOpen() function in arm::pipe::SocketProfilingConnection
|
H A D | ProfilingConnectionDumpToFileDecorator.cpp | 38 bool ProfilingConnectionDumpToFileDecorator::IsOpen() const in IsOpen() function in arm::pipe::ProfilingConnectionDumpToFileDecorator
|
H A D | FileOnlyProfilingConnection.cpp | 87 bool FileOnlyProfilingConnection::IsOpen() const in IsOpen() function in arm::pipe::FileOnlyProfilingConnection
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 335 bool IsOpen = false; in demanglePath() local 682 bool IsOpen = demanglePath(IsInType::Yes, LeaveGenericsOpen::Yes); in demangleDynTrait() local
|
/aosp_15_r20/external/gptfdisk/ |
H A D | diskio.h | 85 int IsOpen(void) {return isOpen;} in IsOpen() function
|
/aosp_15_r20/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 660 jboolean FdForwardTransport::IsOpen() { in IsOpen() function in dt_fd_forward::FdForwardTransport 751 static jboolean IsOpen(jdwpTransportEnv* env) { in IsOpen() function in dt_fd_forward::JdwpTransportFunctions
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | file_stream.cc | 43 bool FileStream::IsOpen() const { in IsOpen() function in net::FileStream
|
H A D | file_stream_context.cc | 156 bool FileStream::Context::IsOpen() const { in IsOpen() function in net::FileStream::Context
|
/aosp_15_r20/external/nos/host/generic/libnos/ |
D | NuggetClient.cpp | 51 bool NuggetClient::IsOpen() const { in IsOpen() function in nos::NuggetClient
|
/aosp_15_r20/external/armnn/src/profiling/test/ |
H A D | ProfilingConnectionDumpToFileDecoratorTests.cpp | 44 bool IsOpen() const override in IsOpen() function in __anon85f36bab0111::DummyProfilingConnection
|
/aosp_15_r20/system/core/trusty/line-coverage/ |
H A D | coverage.cpp | 163 bool CoverageRecord::IsOpen() { in IsOpen() function in android::trusty::line_coverage::CoverageRecord
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 333 bool IsOpen() const { return fd_ != -1; } in IsOpen() function
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_chromium_client_stream.h | 52 bool IsOpen() { return stream_ != nullptr; } in IsOpen() function
|