Home
last modified time | relevance | path

Searched refs:WriteAll (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp43 return myfile.WriteAll(buffer, count); in WriterOsFile()
H A Dfile.h79 bool WriteAll(const void *buf, size_t n) const in WriteAll() function in panda::os::unix::file::File
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp294 traceFile_->WriteAll(reinterpret_cast<const void *>(methodsInfo.c_str()), methodsInfo.length()); in SaveTracingData()
295 traceFile_->WriteAll(buffer_.get(), bufEnd); in SaveTracingData()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.h68 bool WriteAll(const void *buf, size_t n) const in WriteAll() function in ark::os::windows::file::File
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dresults_cache.cpp115 if (!file.WriteAll(data.data(), data.size() * sizeof(uint64_t))) { in Destroy()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.h72 bool WriteAll(const void *buf, size_t n) const in WriteAll() function in panda::os::windows::file::File
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.h76 bool WriteAll(const void *buf, size_t n) const in WriteAll() function in ark::os::unix::file::File
H A Dnative_stack.cpp163 return myfile.WriteAll(buffer, count); in WriterOsFile()

Completed in 4 milliseconds