Home
last modified time | relevance | path

Searched refs:thisname (Results 1 – 2 of 2) 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.cpp461 ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont() local
462 if (thisname.Left(name.GetLength()) == name) in FindFont()
466 ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; in FindFont() local
467 if (thisname.Left(name.GetLength()) == name) in FindFont()