HomeSort by relevance Sort by last modified time
    Searched defs:guid1 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
guid_unittest.cc 57 std::string guid1 = GenerateGUID(); local
59 EXPECT_EQ(36U, guid1.length());
61 EXPECT_NE(guid1, guid2);
63 EXPECT_TRUE(IsGUIDv4(guid1));
  /external/libweave/third_party/chromium/base/
guid_unittest.cc 82 std::string guid1 = GenerateGUID(); local
84 EXPECT_EQ(36U, guid1.length());
86 EXPECT_NE(guid1, guid2);
88 EXPECT_TRUE(IsGUIDv4(guid1));

Completed in 196 milliseconds