HomeSort by relevance Sort by last modified time
    Searched defs:StringFile (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/unix_file/
string_file.h 34 class StringFile : public RandomAccessFile {
36 StringFile();
37 virtual ~StringFile();
54 DISALLOW_COPY_AND_ASSIGN(StringFile);
string_file.cc 24 StringFile::StringFile() {
27 StringFile::~StringFile() {
30 int StringFile::Close() {
34 int StringFile::Flush() {
38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const {
54 int StringFile::SetLength(int64_t new_length) {
62 int64_t StringFile::GetLength() const {
66 int64_t StringFile::Write(const char *buf, int64_t byte_count, int64_t offset)
    [all...]

Completed in 595 milliseconds