Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Drunner_context.cc12 root_dir_(std::make_shared<vfs::PseudoDir>()), in RunnerContext()
16 root_dir_->AddSharedEntry("svc", public_dir_); in RunnerContext()
17 root_dir_->AddSharedEntry("debug", debug_dir_); in RunnerContext()
18 root_dir_->AddSharedEntry("ctrl", ctrl_dir_); in RunnerContext()
20 root_dir_->Serve( in RunnerContext()
Drunner_context.h32 const std::shared_ptr<vfs::PseudoDir>& root_dir() const { return root_dir_; } in root_dir()
60 std::shared_ptr<vfs::PseudoDir> root_dir_; variable
/third_party/gn/src/gn/
Dbundle_data.h94 SourceDir& root_dir() { return root_dir_; } in root_dir()
95 const SourceDir& root_dir() const { return root_dir_; } in root_dir()
179 SourceDir root_dir_; variable
Dbundle_data.cc167 if (!root_dir_.is_null()) in GetOutputsAsSourceFiles()
/third_party/flutter/skia/third_party/externals/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
/third_party/node/deps/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
/third_party/skia/third_party/externals/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