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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
secext.h 37 #define TranslateName __MINGW_NAME_AW(TranslateName)
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 58 string FileSystem::TranslateName(const string& name) const {
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 181 string HadoopFileSystem::TranslateName(const string& name) const {
263 hdfs_->hdfsOpenFile(fs, TranslateName(fname).c_str(), O_RDONLY, 0, 0, 0);
268 new HDFSRandomAccessFile(fname, TranslateName(fname), hdfs_, fs, file));
329 hdfs_->hdfsOpenFile(fs, TranslateName(fname).c_str(), O_WRONLY, 0, 0, 0);
342 hdfsFile file = hdfs_->hdfsOpenFile(fs, TranslateName(fname).c_str(),
365 if (hdfs_->hdfsExists(fs, TranslateName(fname).c_str()) == 0) {
384 hdfs_->hdfsListDirectory(fs, TranslateName(dir).c_str(), &entries);
403 if (hdfs_->hdfsDelete(fs, TranslateName(fname).c_str(),
414 if (hdfs_->hdfsCreateDirectory(fs, TranslateName(dir).c_str()) != 0) {
430 hdfs_->hdfsListDirectory(fs, TranslateName(dir).c_str(), &entries)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go     [all...]

Completed in 244 milliseconds