Searched refs:MakeGuid (Results 1 – 9 of 9) sorted by relevance
/third_party/gn/src/gn/ |
D | visual_studio_writer_unittest.cc | 40 "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()
|
D | visual_studio_utils_unittest.cc | 10 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()
|
D | visual_studio_utils.h | 42 std::string MakeGuid(const std::string& entry_path, const std::string& seed);
|
D | visual_studio_utils.cc | 21 std::string MakeGuid(const std::string& entry_path, const std::string& seed) { in MakeGuid() function
|
D | visual_studio_writer.cc | 424 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/ |
D | MSVSNew.py | 32 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/ |
D | MSVSNew.py | 32 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/ |
D | msvs.py | 988 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/ |
D | msvs.py | 986 guid = guid or MSVSNew.MakeGuid(proj_path) 2252 ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)],
|