HomeSort by relevance Sort by last modified time
    Searched refs:thisname (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
namei.c 82 const char *thisname; local
93 thisname = pathname;
101 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
107 *name = thisname;
  /external/javassist/src/main/javassist/
CtClassType.java 364 String thisname = getName(); local
365 if (thisname.equals(oldname))
404 String thisName = cf.getName() + "$";
410 if (name.startsWith(thisName)) {
412 if (name.lastIndexOf('$') < thisName.length())
    [all...]
  /external/pcre/
pcre_compile.c 1207 const uschar *thisname; local
    [all...]

Completed in 624 milliseconds