Home
last modified time | relevance | path

Searched defs:contents_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dbundle_data.h97 SourceDir& contents_dir() { return contents_dir_; } in contents_dir() function
98 const SourceDir& contents_dir() const { return contents_dir_; } in contents_dir() function
Druntime_deps_unittest.cc356 const std::string contents_dir(root_dir + "Versions/A/"); in TEST_F() local