HomeSort by relevance Sort by last modified time
    Searched refs:InvertDir (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/gn/
filesystem_utils_unittest.cc 76 TEST(FilesystemUtils, InvertDir) {
77 EXPECT_TRUE(InvertDir(SourceDir()) == "");
78 EXPECT_TRUE(InvertDir(SourceDir("/")) == "");
79 EXPECT_TRUE(InvertDir(SourceDir("//")) == "");
81 EXPECT_TRUE(InvertDir(SourceDir("//foo/bar")) == "../../");
82 EXPECT_TRUE(InvertDir(SourceDir("/foo/bar/")) == "../../");
build_settings.cc 24 build_to_source_dir_string_ = InvertDir(d);
filesystem_utils.h 105 std::string InvertDir(const SourceDir& dir);
path_output.cc 16 inverse_current_dir_ = InvertDir(current_dir_);
scope_per_file_provider.cc 129 std::string inverted = InvertDir(source_file_.GetDir());
filesystem_utils.cc 247 std::string InvertDir(const SourceDir& path) {
ninja_target_writer.cc 189 std::string script_cd_to_root = InvertDir(script_cd);

Completed in 805 milliseconds