OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storageName
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tools/aapt/
Package.cpp
298
String8
storageName
(group->getPath());
299
storageName
.convertToResPath();
317
int fileNameLen =
storageName
.length();
320
&& (0 == strcmp(
storageName
.string() + (fileNameLen - excludeExtensionLen),
322
fprintf(stderr, "warning: '%s' not added to Zip\n",
storageName
.string());
326
if (strcasecmp(
storageName
.getPathExtension().string(), ".gz") == 0) {
328
storageName
=
storageName
.getBasePath();
332
entry = zip->getEntryByName(
storageName
.string());
352
printf(" (removing old '%s')\n",
storageName
.string())
[
all
...]
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
,
98
status_t addGzip(const char* fileName, const char*
storageName
,
101
return addCommon(fileName, NULL, 0,
storageName
,
111
status_t add(const void* data, size_t size, const char*
storageName
,
114
return addCommon(NULL, data, size,
storageName
,
225
const char*
storageName
, int sourceType, int compressionMethod,
ZipFile.cpp
359
const char*
storageName
, int sourceType, int compressionMethod,
380
if (getEntryByName(
storageName
) != NULL)
395
pEntry->initNew(
storageName
, NULL);
[
all
...]
Command.cpp
[
all
...]
/build/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
,
98
status_t addGzip(const char* fileName, const char*
storageName
,
101
return addCommon(fileName, NULL, 0,
storageName
,
111
status_t add(const void* data, size_t size, const char*
storageName
,
114
return addCommon(NULL, data, size,
storageName
,
225
const char*
storageName
, int sourceType, int compressionMethod,
ZipFile.cpp
359
const char*
storageName
, int sourceType, int compressionMethod,
380
if (getEntryByName(
storageName
) != NULL)
395
pEntry->initNew(
storageName
, NULL);
[
all
...]
Completed in 742 milliseconds