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

  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 57 std::function<hdfsFS(hdfsBuilder*)> hdfsBuilderConnect;
63 std::function<int(hdfsFS, hdfsFile)> hdfsCloseFile;
64 std::function<tSize(hdfsFS, hdfsFile, tOffset, void*, tSize)> hdfsPread;
65 std::function<tSize(hdfsFS, hdfsFile, const void*, tSize)> hdfsWrite;
66 std::function<int(hdfsFS, hdfsFile)> hdfsHFlush;
67 std::function<int(hdfsFS, hdfsFile)> hdfsHSync;
68 std::function<hdfsFile(hdfsFS, const char*, int, int, short, tSize)>
70 std::function<int(hdfsFS, const char*)> hdfsExists;
71 std::function<hdfsFileInfo*(hdfsFS, const char*, int*)> hdfsListDirectory;
73 std::function<int(hdfsFS, const char*, int recursive)> hdfsDelete
    [all...]
hadoop_file_system.h 23 typedef hdfs_internal* hdfsFS;
67 Status Connect(StringPiece fname, hdfsFS* fs);
  /external/fio/engines/
libhdfs.c 24 hdfsFS fs;

Completed in 675 milliseconds