Searched refs:dot_name (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst_gdb.py | 696 def dot_name(self): member in GdbGstObject 827 (spc, pname, self.dot_name(), color, self.name(), "", 835 ename = element.dot_name() if element else "" 849 pname = self.dot_name() 851 other_ename = other_element.dot_name() if other_element else "" 852 other_pname = other.dot_name() 883 pname = self.dot_name() 884 ename = element.dot_name() if element else "" 885 peer_pname = peer.dot_name() 886 peer_ename = peer_element.dot_name() if peer_element else "" [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | inline_data.c | 691 const char *dot_name = "."; in dir_test() local 720 retval = ext2fs_lookup(fs, parent, dot_name, strlen(dot_name), in dir_test()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | dir.c | 455 static const u_char dot_name[11] = ". "; variable 513 if (memcmp(cp, dot_name, sizeof(dot_name)) != 0 || in check_subdirectory()
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 402 char[4] dot_name;
|