Home
last modified time | relevance | path

Searched defs:IsOpen (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/build/soong/cmd/merge_zips/
H A Dmerge_zips.go44 IsOpen() bool methodSpec
527 func (miz *ManagedInputZip) IsOpen() bool { func
688 func (fiz *FileInputZip) IsOpen() bool { func
H A Dmerge_zips_test.go95 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 Dblob_store.h153 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 Dfile_stream.cc42 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 Dfake_stream.h83 bool IsOpen() const override { return is_open_; } in IsOpen() function
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfec_file_descriptor.h52 bool IsOpen() override { in IsOpen() function
H A Dfile_descriptor.h137 bool IsOpen() override { return (fd_ >= 0); } in IsOpen() function
H A Dfake_file_descriptor.h83 bool IsOpen() override { return open_; } in IsOpen() function
H A Dcached_file_descriptor.h58 bool IsOpen() override { return GetFd()->IsOpen(); } in IsOpen() function
H A Dcow_writer_file_descriptor.cc149 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 Dblob_store_openable_reader.h30 bool IsOpen() override { return blob_reader_.IsOpen(); } in IsOpen() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DNullProfilingConnection.hpp20 virtual bool IsOpen() const override { return true; }; in IsOpen() function in arm::pipe::NullProfilingConnection
H A DSocketProfilingConnection.cpp66 bool SocketProfilingConnection::IsOpen() const in IsOpen() function in arm::pipe::SocketProfilingConnection
H A DProfilingConnectionDumpToFileDecorator.cpp38 bool ProfilingConnectionDumpToFileDecorator::IsOpen() const in IsOpen() function in arm::pipe::ProfilingConnectionDumpToFileDecorator
H A DFileOnlyProfilingConnection.cpp87 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 DRustDemangle.cpp335 bool IsOpen = false; in demanglePath() local
682 bool IsOpen = demanglePath(IsInType::Yes, LeaveGenericsOpen::Yes); in demangleDynTrait() local
/aosp_15_r20/external/gptfdisk/
H A Ddiskio.h85 int IsOpen(void) {return isOpen;} in IsOpen() function
/aosp_15_r20/art/dt_fd_forward/
H A Ddt_fd_forward.cc660 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 Dfile_stream.cc43 bool FileStream::IsOpen() const { in IsOpen() function in net::FileStream
H A Dfile_stream_context.cc156 bool FileStream::Context::IsOpen() const { in IsOpen() function in net::FileStream::Context
/aosp_15_r20/external/nos/host/generic/libnos/
DNuggetClient.cpp51 bool NuggetClient::IsOpen() const { in IsOpen() function in nos::NuggetClient
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingConnectionDumpToFileDecoratorTests.cpp44 bool IsOpen() const override in IsOpen() function in __anon85f36bab0111::DummyProfilingConnection
/aosp_15_r20/system/core/trusty/line-coverage/
H A Dcoverage.cpp163 bool CoverageRecord::IsOpen() { in IsOpen() function in android::trusty::line_coverage::CoverageRecord
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h333 bool IsOpen() const { return fd_ != -1; } in IsOpen() function
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_stream.h52 bool IsOpen() { return stream_ != nullptr; } in IsOpen() function

123