Searched defs:outputPath (Results 1 – 6 of 6) sorted by relevance
102 boolean debuggable, String outputPath, boolean bootComplete) { in dexopt()
265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
444 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
96 boolean debuggable, @Nullable String outputPath) { in dexopt()103 boolean debuggable, @Nullable String outputPath, boolean bootComplete) { in dexopt()
1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
2455 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local