Searched refs:outputPath (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/c2hal/ |
D | main.cpp | 75 std::string &outputPath) { in applyPackageRootPath() argument 93 if (outputPath.empty()) { in applyPackageRootPath() 94 outputPath = rootPath; in applyPackageRootPath() 97 outputPath += '/' + packagePath + '/'; in applyPackageRootPath() 102 CHECK(!outputPath.empty()) << "No package root path provided for: " << package; in applyPackageRootPath() 104 outputPath += '/'; in applyPackageRootPath()
|
/system/sepolicy/build/soong/ |
D | mac_permissions.go | 54 outputPath android.ModuleOutPath member 106 m.outputPath = android.PathForModuleOut(ctx, m.stem()) 112 FlagWithOutput("-o ", m.outputPath). 118 ctx.InstallFile(m.installPath, m.stem(), m.outputPath) 124 OutputFile: android.OptionalPathForPath(m.outputPath),
|
D | selinux_contexts.go | 68 outputPath android.Path member 148 m.outputPath = reuseDeps.outputPath 149 ctx.InstallFile(m.installPath, m.stem(), m.outputPath) 154 m.outputPath = m.build(ctx, android.PathsForModuleSrc(ctx, m.properties.Srcs)) 155 ctx.InstallFile(m.installPath, m.stem(), m.outputPath) 157 ctx.SetOutputFiles([]android.Path{m.outputPath}, "") 216 OutputFile: android.OptionalPathForPath(m.outputPath),
|
/system/tools/hidl/hidl2aidl/ |
D | main.cpp | 283 std::string outputPath; in main() local 289 if (!outputPath.empty()) { in main() 293 outputPath = arg; in main() 319 if (!outputPath.empty() && outputPath.back() != '/') { in main() 320 outputPath += "/"; in main() 322 coordinator.setOutputPath(outputPath); in main()
|
/system/tools/hidl/ |
D | main.cpp | 1315 std::string outputPath; in main() local 1320 if (!outputPath.empty()) { in main() 1324 outputPath = arg; in main() 1387 if (outputPath.empty()) { in main() 1393 if (outputPath.back() != '/') { in main() 1394 outputPath += "/"; in main() 1400 if (outputPath.empty()) { in main() 1401 outputPath = coordinator.getRootPath(); in main() 1403 if (outputPath.back() != '/') { in main() 1404 outputPath += "/"; in main() [all …]
|
D | Coordinator.h | 40 void setOutputPath(const std::string& outputPath);
|
D | Coordinator.cpp | 58 void Coordinator::setOutputPath(const std::string& outputPath) { in setOutputPath() argument 59 mOutputPath = outputPath; in setOutputPath()
|