Home
last modified time | relevance | path

Searched refs:root_dir_ (Results 1 – 5 of 5) sorted by relevance

/external/zlib/google/
Dzip_writer.cc122 : 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()
Dzip_writer.h80 base::FilePath root_dir_; variable
/external/v8/third_party/zlib/google/
Dzip_writer.cc123 : 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()
Dzip_writer.h80 base::FilePath root_dir_; variable
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc88 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