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

  /device/samsung/manta/libsensors/
SensorBase.cpp 115 char thisname[IIO_MAX_NAME_LENGTH]; local
137 if (fscanf(nameFile, "%s", thisname) == 1) {
138 if (strcmp(name, thisname) == 0) {
  /external/e2fsprogs/lib/ext2fs/
namei.c 89 const char *thisname; local
100 thisname = pathname;
108 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
114 *name = thisname;
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 113 char thisname[IIO_MAX_NAME_LENGTH]; local
119 if (nameLen >= sizeof(thisname) - 1) {
153 size = read(fd, thisname, sizeof(thisname) - 1);
158 thisname[size] = '\0';
159 if (strncmp(name, thisname, nameLen)) {
163 if (!thisname[nameLen] || isspace(thisname[nameLen])) {
    [all...]
  /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...]

Completed in 782 milliseconds