Home
last modified time | relevance | path

Searched refs:outDir (Results 1 – 7 of 7) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/
DMain.java77 String outDir = cmd.getOptionValue('o', null); in main() local
84 if (outDir == null) { in main()
85 outDir = "."; in main()
99 File packageDir = new File(Paths.get(outDir, packageName.replace(".", "/")).toString()); in main()
105 File includeDir = new File(Paths.get(outDir, "include").toString()); in main()
107 FileSystem fs = new FileSystem(new File(outDir)); in main()
/system/tools/aidl/build/
Daidl_interface.go55 `-h ${headerDir} -o ${outDir} ${imports} ${in}`,
64 `-o ${outDir} ${imports} ${in}`,
79 `${aidlCmd} --apimapping ${outDir}/intermediate.txt ${in} ${imports} && ` +
80 `${aidlToJniCmd} ${outDir}/intermediate.txt ${out}`,
/system/tools/hidl/docs/src/parser/
Dconfig.kt43 lateinit var outDir: Path variable
52 outDir: $outDir in toString()
102 outDir = maybeOutDir in parseArgs()
/system/tools/hidl/docs/src/writer/files/
DIndexFileWriter.kt55 relPath = config.outDir.relativize(getOutPath(parser, config.outDir)) in <lambda>()
DAbstractParserFileWriter.kt31 override val path: Path by lazy { getOutPath(parser, config.outDir) } in <lambda>()
/system/tools/hidl/docs/src/writer/
Dformatutils.kt87 fun getOutPath(parser: AbstractFileParser, outDir: Path): Path { in getOutPath()
/system/tools/xsdc/build/
Dxsdc.go51 `${xsdcCmd} $in -p $pkgName -o ${outDir} -c`,