OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mZipPath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
AssetManager.h
367
mutable Vector<String8>
mZipPath
;
/frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java
143
private String
mZipPath
;
162
mZipPath
= getPath(ZIP_FILE);
167
createZipFile(
mZipPath
, BUGREPORT_FILE, BUGREPORT_CONTENT);
356
plainText? mPlainTextPath :
mZipPath
, mScreenshotPath);
383
Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID,
mZipPath
, mScreenshotPath);
414
sendBugreportFinished(ID,
mZipPath
, mScreenshotPath);
559
Bundle extras = sendBugreportFinishedAndGetSharedIntent(
mZipPath
, mScreenshotPath);
569
Bundle extras = sendBugreportFinishedAndGetSharedIntent(
mZipPath
, NO_SCREENSHOT);
[
all
...]
Completed in 163 milliseconds