Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dnamei.c90 const char *thisname; in dir_namei() local
101 thisname = pathname; in dir_namei()
109 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode); in dir_namei()
115 *name = thisname; in dir_namei()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp463 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont() local
464 if (thisname.Left(name.GetLength()) == name) in FindFont()
468 CFX_ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; in FindFont() local
469 if (thisname.Left(name.GetLength()) == name) in FindFont()
/external/javassist/src/main/javassist/
DCtClassType.java364 String thisname = getName(); in replaceClassName() local
365 if (thisname.equals(oldname)) in replaceClassName()