Searched refs:CreateURI (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.cc | 188 std::string current_entry = this->CreateURI(scheme, host, remaining_dir); in RecursivelyCreateDir() 220 Status status = CreateDir(this->CreateURI(scheme, host, built_path)); in RecursivelyCreateDir() 436 string FileSystem::CreateURI(StringPiece scheme, StringPiece host, in CreateURI() function in tensorflow::FileSystem
|
D | path.h | 98 std::string CreateURI(tensorflow::StringPiece scheme,
|
D | path.cc | 262 string CreateURI(StringPiece scheme, StringPiece host, StringPiece path) { in CreateURI() function
|
D | env.cc | 149 GetFileSystemForFile(io::CreateURI(scheme, "", ""), &fs)); in FlushFileSystemCaches()
|
D | file_system.h | 435 std::string CreateURI(StringPiece scheme, StringPiece host,
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | path_test.cc | 110 EXPECT_EQ(uri, CreateURI(scheme, host, path)); \
|