Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 14 of 14) sorted by relevance

/build/soong/filesystem/
Dfsverity_metadata.go67 rootDir android.OutputPath,
68 rebasedDir android.OutputPath,
113 rootDir android.OutputPath,
114 rebasedDir android.OutputPath,
Daconfig_files.go46 dir android.OutputPath,
Draw_binary.go107 func (r *rawBinary) OutputPath() android.Path { func
Dlogical_partition.go242 func (l *logicalPartition) OutputPath() android.Path { func
Davb_add_hash_footer.go201 func (a *avbAddHashFooter) OutputPath() android.Path { func
Dvbmeta.go402 func (v *vbmeta) OutputPath() android.Path { func
Dbootimg.go592 func (b *bootimg) OutputPath() android.Path { func
Dfilesystem.go107 …File(ctx android.ModuleContext, builder *android.RuleBuilder, rebasedDir android.OutputPath, fullI…
1477 OutputPath() android.Path methodSpec
1486 func (f *filesystem) OutputPath() android.Path { func
/build/soong/android/
Dpaths.go1449 type OutputPath struct { struct
1450 basePath
1453 outDir string
1455 fullPath string
1464 func (p *OutputPath) ToGob() *outputPathGob {
1472 func (p *OutputPath) FromGob(data *outputPathGob) {
1478 func (p OutputPath) GobEncode() ([]byte, error) {
1482 func (p *OutputPath) GobDecode(data []byte) error {
1486 func (p OutputPath) withRel(rel string) OutputPath {
1492 func (p OutputPath) WithoutRel() Path {
[all …]
Ddefs.go148 func CopyFileRule(ctx ModuleContext, path Path, outPath OutputPath) {
/build/soong/snapshot/
Dutil.go28 …ule(pctx android.PackageContext, ctx buildContext, path android.Path, outPath android.OutputPath) {
/build/soong/dexpreopt/
Ddexpreopt_test.go74 …onfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputP…
/build/soong/kernel/
Dprebuilt_kernel_modules.go240 func modulesDirForAndroidDlkm(ctx android.ModuleContext, modulesDir android.OutputPath, system bool…
/build/soong/java/
Dhiddenapi.go266 …oid.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outputDir android.OutputPath) androi…