HomeSort by relevance Sort by last modified time
    Searched full:file_content_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 50 temp_dir_.path(), 1024, &file_path_, &file_content_));
60 std::string file_content_; member in class:drive::internal::LocalReaderProxyTest
74 LocalReaderProxy proxy(file_reader.Pass(), file_content_.size());
79 EXPECT_EQ(file_content_, content);
85 file_content_.substr(0, file_content_.size() / 2);

Completed in 224 milliseconds