Searched refs:outDir (Results 1 – 7 of 7) sorted by relevance
/system/tools/xsdc/src/com/android/xsdc/ |
D | Main.java | 77 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/ |
D | aidl_interface.go | 55 `-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/ |
D | config.kt | 43 lateinit var outDir: Path variable 52 outDir: $outDir in toString() 102 outDir = maybeOutDir in parseArgs()
|
/system/tools/hidl/docs/src/writer/files/ |
D | IndexFileWriter.kt | 55 relPath = config.outDir.relativize(getOutPath(parser, config.outDir)) in <lambda>()
|
D | AbstractParserFileWriter.kt | 31 override val path: Path by lazy { getOutPath(parser, config.outDir) } in <lambda>()
|
/system/tools/hidl/docs/src/writer/ |
D | formatutils.kt | 87 fun getOutPath(parser: AbstractFileParser, outDir: Path): Path { in getOutPath()
|
/system/tools/xsdc/build/ |
D | xsdc.go | 51 `${xsdcCmd} $in -p $pkgName -o ${outDir} -c`,
|