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

  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 39 LCHAR* bestValue = NULL;
60 if (bestValue==NULL || LSTRLEN(value) > LSTRLEN(bestValue))
64 bestValue = value;
77 LSTRCPY(path, path + LSTRLEN(bestValue));
  /external/srec/portable/src/
PANSIFileSystemImpl.c 217 LCHAR* bestValue = NULL;
233 bestValue = value;
245 if (LSTRLEN(bestValue) + 1 > *len)
247 *len = LSTRLEN(bestValue) + 1;
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
263 CHKLOG(rc, lstrinsert(bestValue, path, 0, len));
PFileSystem.c 280 PFileSystem* bestValue = NULL;
294 bestValue = value;
305 *fileSystem = bestValue;
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 79 milliseconds