Home
last modified time | relevance | path

Searched refs:ParseURI (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dpath.cc73 ParseURI(uri, &scheme, &host, &path); in SplitPath()
207 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host, in ParseURI() function
Dpath.h84 void ParseURI(tensorflow::StringPiece uri, tensorflow::StringPiece* scheme,
Dpath_test.cc106 ParseURI(u, &s, &h, &p); \
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.h72 io::ParseURI(name, &scheme, &host, &path); in TranslateName()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.h73 io::ParseURI(name, &scheme, &host, &path); in TranslateName()
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc145 io::ParseURI(fname, &scheme, &namenode, &path); in Connect()
155 io::ParseURI(defaultFS, &defaultScheme, &defaultCluster, &defaultPath); in Connect()
178 io::ParseURI(name, &scheme, &namenode, &path); in TranslateName()
/external/tensorflow/tensorflow/core/platform/
Dfile_system.cc140 io::ParseURI(dirname, &scheme, &host, &remaining_dir); in RecursivelyCreateDir()
Denv_test.cc284 io::ParseURI(dir, &scheme, &host, &path); in FileExists()
300 io::ParseURI(dir, &scheme, &host, &path); in CreateDir()
Denv.cc97 io::ParseURI(fname, &scheme, &host, &path); in GetFileSystemForFile()
171 io::ParseURI(file, &scheme, &host, &path); in FilesExist()
Dfile_system_test.cc124 io::ParseURI(name, &scheme, &host, &path); in ParsePath()
/external/tensorflow/tensorflow/core/kernels/
Dimmutable_constant_op_test.cc68 io::ParseURI(fname, &scheme, &host, &path); in NewReadOnlyMemoryRegionFromFile()
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.cc49 io::ParseURI(name, &scheme, &namenode, &path); in TranslateName()
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc148 io::ParseURI(fname, &scheme, &bucketp, &objectp); in ParseS3Path()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc178 io::ParseURI(fname, &scheme, &bucketp, &objectp); in ParseGcsPath()