Home
last modified time | relevance | path

Searched refs:MakeGuid (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Dvisual_studio_writer_unittest.cc40 "base", path, MakeGuid(path, "project"), in TEST_F()
46 "gn", path, MakeGuid(path, "project"), in TEST_F()
52 "chrome", path, MakeGuid(path, "project"), in TEST_F()
58 "bar", path, MakeGuid(path, "project"), in TEST_F()
99 "base", path, MakeGuid(path, "project"), in TEST_F()
105 "gn", path, MakeGuid(path, "project"), in TEST_F()
112 "bar", path, MakeGuid(path, "project"), MakeTestPath("/foo/bar"), in TEST_F()
124 "baz", path, MakeGuid(path, "project"), baz_label_dir_path, "Win32")); in TEST_F()
175 "base", path, MakeGuid(path, "project"), MakeTestPath("/foo"), in TEST_F()
210 "base", path, MakeGuid(path, "project"), MakeTestPath("/foo"), in TEST_F()
Dvisual_studio_utils_unittest.cc10 TEST(VisualStudioUtils, MakeGuid) { in TEST() argument
12 std::string guid = MakeGuid(__FILE__, "foo"); in TEST()
22 ASSERT_EQ(guid, MakeGuid(__FILE__, "foo")); in TEST()
25 ASSERT_NE(guid, MakeGuid(std::string(__FILE__) + ".txt", "foo")); in TEST()
26 ASSERT_NE(guid, MakeGuid(__FILE__, "bar")); in TEST()
Dvisual_studio_utils.h42 std::string MakeGuid(const std::string& entry_path, const std::string& seed);
Dvisual_studio_utils.cc21 std::string MakeGuid(const std::string& entry_path, const std::string& seed) { in MakeGuid() function
Dvisual_studio_writer.cc424 MakeGuid(vcxproj_path_str, kGuidSeedProject), in WriteProjectFiles()
734 ->Text(MakeGuid(filter_path_str, kGuidSeedFilter)); in WriteFiltersFileContents()
847 folder_path_str, MakeGuid(folder_path_str, kGuidSeedFolder)); in ResolveSolutionFolders()
895 MakeGuid(std::string(parent_path), kGuidSeedFolder)); in ResolveSolutionFolders()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSNew.py32 def MakeGuid(name, seed="msvs_new"): function
108 self.guid = MakeGuid(self.path, seed="msvs_folder")
180 self.guid = MakeGuid(self.name)
/third_party/node/tools/gyp/pylib/gyp/
DMSVSNew.py32 def MakeGuid(name, seed="msvs_new"): function
108 self.guid = MakeGuid(self.path, seed="msvs_folder")
180 self.guid = MakeGuid(self.name)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py988 guid = guid or MSVSNew.MakeGuid(proj_path)
2260 ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)],
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py986 guid = guid or MSVSNew.MakeGuid(proj_path)
2252 ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)],