/external/tensorflow/tensorflow/core/platform/ |
D | file_system.cc | 65 this->ParseURI(name, &scheme, &host, &path); in TranslateName() 185 this->ParseURI(dirname, &scheme, &host, &remaining_dir); in RecursivelyCreateDir() 267 ParseURI(uri, &scheme, &host, &path); in SplitPath() 405 void FileSystem::ParseURI(StringPiece remaining, StringPiece* scheme, in ParseURI() function in tensorflow::FileSystem
|
D | path.h | 93 void ParseURI(tensorflow::StringPiece uri, tensorflow::StringPiece* scheme,
|
D | path.cc | 96 ParseURI(uri, &scheme, &host, &path); in SplitPath() 231 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host, in ParseURI() function
|
D | env_test.cc | 302 io::ParseURI(dir, &scheme, &host, &path); in FileExists() 318 io::ParseURI(dir, &scheme, &host, &path); in CreateDir() 335 io::ParseURI(dir, &scheme, &host, &path); in IsDirectory()
|
D | env.cc | 115 io::ParseURI(fname, &scheme, &host, &path); in GetFileSystemForFile() 194 io::ParseURI(file, &scheme, &host, &path); in FilesExist()
|
D | file_system_test.cc | 127 this->ParseURI(name, &scheme, &host, &path); in ParsePath()
|
D | file_system.h | 479 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host,
|
/external/tensorflow/tensorflow/security/fuzzing/ |
D | parseURI_fuzz.cc | 30 tensorflow::io::ParseURI(uri, &scheme, &host, &path); in LLVMFuzzerTestOneInput()
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 277 io::ParseURI(har_path, &scheme, &namenode, &path); in TEST_F() 290 io::ParseURI(har_path, &scheme, &namenode, &path); in TEST_F() 302 io::ParseURI(har_path, &scheme, &namenode, &path); in TEST_F()
|
D | hadoop_file_system.cc | 163 io::ParseURI(fname, &scheme, &namenode, &path); in Connect() 173 io::ParseURI(defaultFS, &defaultScheme, &defaultCluster, &defaultPath); in Connect() 211 io::ParseURI(name, &scheme, &namenode, &path); in TranslateName()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.h | 79 io::ParseURI(name, &scheme, &host, &path); in TranslateName()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.h | 87 io::ParseURI(name, &scheme, &host, &path); in TranslateName()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | path_test.cc | 106 ParseURI(u, &s, &h, &p); \
|
/external/tensorflow/tensorflow/core/kernels/ |
D | immutable_constant_op_test.cc | 72 io::ParseURI(fname, &scheme, &host, &path); in NewReadOnlyMemoryRegionFromFile()
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system.cc | 195 io::ParseURI(fname, &scheme, &bucketp, &objectp); in ParseS3Path()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 1228 io::ParseURI(fname, &parsed_scheme, &bucketp, &objectp); in ParseGcsPathForScheme()
|