Searched refs:path_a (Results 1 – 3 of 3) sorted by relevance
/third_party/libinput/udev/ |
D | libinput-device-group.c | 74 const char *path_a = udev_device_get_syspath(ancestor_a); in find_tree_distance() local 81 if (streq(path_a, path_b)) in find_tree_distance()
|
/third_party/python/Lib/test/ |
D | test_pathlib.py | 1435 def assertSame(self, path_a, path_b): argument 1436 self.assertTrue(os.path.samefile(str(path_a), str(path_b)), 1438 (path_a, path_b)) 1445 def assertEqualNormCase(self, path_a, path_b): argument 1446 self.assertEqual(os.path.normcase(path_a), os.path.normcase(path_b))
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 3842 path_rule_matches (const gchar *path_a, in path_rule_matches() argument 3847 len_a = strlen (path_a); in path_rule_matches() 3850 if (len_a < len_b && (len_a == 0 || path_a[len_a - 1] != '/')) in path_rule_matches() 3856 return memcmp (path_a, path_b, MIN (len_a, len_b)) == 0; in path_rule_matches()
|