Searched refs:root_dir_ (Results 1 – 5 of 5) sorted by relevance
122 : zip_file_(zip_file), root_dir_(root_dir), file_accessor_(file_accessor) {} in ZipWriter()160 absolute_paths.push_back(root_dir_.Append(*iter)); in FlushEntriesIfNeeded()
80 base::FilePath root_dir_; variable
123 : zip_file_(zip_file), root_dir_(root_dir), file_accessor_(file_accessor) {} in ZipWriter()161 absolute_paths.push_back(root_dir_.Append(*iter)); in FlushEntriesIfNeeded()
88 root_dir_ = tensorflow::io::JoinPath( in ModularFileSystemTest()95 if (mkdir(root_dir_.c_str(), 0755) != 0) { in SetUp()98 << tensorflow::IOError(root_dir_, error_code); in SetUp()117 tensorflow::io::JoinPath(root_dir_, path); in GetURIForPath()125 return tensorflow::str_util::StripPrefix(absolute_path, root_dir_); in GetRelativePath()140 std::string root_dir_; member in tensorflow::__anon523bbbae0111::ModularFileSystemTest