Home
last modified time | relevance | path

Searched refs:GetFileContents (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h73 const lldb::DataBufferSP &GetFileContents();
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp91 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() { in GetFileContents() function in OptionValueFileSpec
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DPPPort_pm.PL555 my $contents = Devel::PPPort::GetFileContents();
556 my $contents = Devel::PPPort::GetFileContents('someheader.h');
575 C<Devel::PPPort> contains two functions, C<WriteFile> and C<GetFileContents>.
581 C<GetFileContents> can be used to retrieve the file contents rather than
643 =head2 GetFileContents
645 C<GetFileContents> behaves like C<WriteFile> above, but returns the contents
771 sub GetFileContents {
783 my $data = GetFileContents($file);
H A DChanges319 * Add GetFileContents() to retrieve the contents of the
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dppphtest60 # Check GetFileContents()
71 is(Devel::PPPort::GetFileContents("ppport.h"), $data);
72 is(Devel::PPPort::GetFileContents(), $data);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4568 DataBufferSP data_sp(file->GetFileContents()); in GetExpressionPrefixContents()