Home
last modified time | relevance | path

Searched defs:OverlayPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp121 DiskBuilder& DiskBuilder::OverlayPath(std::string overlay_path) & { in OverlayPath() function in cuttlefish::DiskBuilder
125 DiskBuilder DiskBuilder::OverlayPath(std::string overlay_path) && { in OverlayPath() function in cuttlefish::DiskBuilder
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go393 func OverlayPath(path string) (string, bool) { func
/aosp_15_r20/build/soong/android/
H A Dpaths.go1442 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath { func