HomeSort by relevance Sort by last modified time
    Searched refs:ReadFromFile (Results 1 - 12 of 12) sorted by null

  /system/tools/aidl/
line_reader.h 34 static std::unique_ptr<LineReader> ReadFromFile(
line_reader.cpp 77 unique_ptr<LineReader> LineReader::ReadFromFile(const string& file_path) {
io_delegate.cpp 107 return LineReader::ReadFromFile(file_path);
  /external/ceres-solver/examples/
pgm_image.h 80 bool ReadFromFile(std::string filename);
100 if (!ReadFromFile(filename)) {
233 bool PGMImage<Real>::ReadFromFile(std::string filename) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 132 EXPECT_TRUE(ReadFromFile(fd, buf, len1, &bytes_read));
137 EXPECT_TRUE(ReadFromFile(fd, buf, len2, &bytes_read));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 334 if (!ReadFromFile(fd, &dos_header, sizeof(dos_header), &bytes_read) ||
351 if (!ReadFromFile(fd, &buf[0], sizeof(buf), &bytes_read) ||
487 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
sanitizer_posix.cc 191 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
sanitizer_common.cc 205 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) {
sanitizer_symbolizer_libcdep.cc 400 bool success = ReadFromFile(input_fd_, buffer + read_len,
sanitizer_common.h 227 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
  /external/libchrome/base/json/
json_reader_unittest.cc 549 TEST(JSONReaderTest, ReadFromFile) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h     [all...]

Completed in 779 milliseconds