Home
last modified time | relevance | path

Searched refs:thisname (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dnamei.c104 const char *thisname; in dir_namei() local
115 thisname = pathname; in dir_namei()
123 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode); in dir_namei()
129 *name = thisname; in dir_namei()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp444 ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont() local
445 if (thisname.First(name.GetLength()) == name) in FindFont()
449 ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; in FindFont() local
450 if (thisname.First(name.GetLength()) == name) in FindFont()
/external/javassist/src/main/javassist/
DCtClassType.java418 String thisname = getName(); in replaceClassName() local
419 if (thisname.equals(oldname)) in replaceClassName()