Searched defs:outputPath (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Drender_pdfs_main.cpp131 SkString outputPath; local
132 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
136 SkFILEWStream* stream = SkNEW_ARGS(SkFILEWStream, (outputPath.c_str()));
138 SkDebugf("Could not write to file %s\n", outputPath.c_str());
/external/skia/tools/
H A Drender_pdfs_main.cpp131 SkString outputPath; local
132 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
136 SkFILEWStream* stream = SkNEW_ARGS(SkFILEWStream, (outputPath.c_str()));
138 SkDebugf("Could not write to file %s\n", outputPath.c_str());
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java87 private static final String outputPath = System.getProperty(GOLDEN_PATH, field in class:SerializationTest
160 if (outputPath != null && outputPath.length() != 0) {
161 path = outputPath + File.separator + path;
176 String goldenPath = outputPath + File.separatorChar
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp122 bool FileRemapper::flushToFile(StringRef outputPath, DiagnosticsEngine &Diag) { argument
126 std::string infoFile = outputPath;
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp84 std::string outputPath; member in struct:CommandLine
105 cmdLine.outputPath = opts.getArgs()[1];
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java35 private String outputPath; field in class:ShadowMediaRecorder
106 outputPath = path;
210 return outputPath;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 513 milliseconds