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

  /build/make/tools/zipalign/
ZipFile.h 72 * If "storageName" is specified, the archive will use that instead
85 status_t add(const char* fileName, const char* storageName,
88 return addCommon(fileName, NULL, 0, storageName,
97 status_t add(const void* data, size_t size, const char* storageName,
100 return addCommon(NULL, data, size, storageName,
219 const char* storageName, int compressionMethod, ZipEntry** ppEntry);
ZipFile.cpp 361 const char* storageName, int compressionMethod, ZipEntry** ppEntry)
381 if (getEntryByName(storageName) != NULL)
396 pEntry->initNew(storageName, NULL);
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp     [all...]

Completed in 170 milliseconds