aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/file_system_test.cc
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-30
* Move NullFileSystem to its own file.Gravatar A. Unique TensorFlower2018-03-25
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Fixing a bug in GetMatchingFiles when the top level directory is null. There ...Gravatar Rohan Jain2017-02-28
* FileSystem directory creation fixes:Gravatar Suharsh Sivakumar2017-01-20
* Making sure that we don't call IsDirectory on patterns that don't have any ho...Gravatar Rohan Jain2017-01-06
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Speeding up GetMatchingPaths byGravatar Rohan Jain2016-10-27
* Move Env::GetMatchingPaths implementation to FileSystem instead.Gravatar Rohan Jain2016-09-26
* More efficient implementation of GetMatchingPaths for GCS.Gravatar Alexey Surkov2016-09-26
* Add a ParseURI function and remove the other URI parsing functions.Gravatar Jonathan Hseu2016-09-22
* Fix index out of bounds bug in GetNameFromURI()Gravatar Jonathan Hseu2016-09-16