Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go580 basePath anonMember
1205 type basePath struct { struct
1206 path string
1207 rel string
1215 func (p *basePath) ToGob() *basePathGob {
1222 func (p *basePath) FromGob(data *basePathGob) {
1227 func (p basePath) GobEncode() ([]byte, error) {
1231 func (p *basePath) GobDecode(data []byte) error {
1235 func (p basePath) Ext() string {
1239 func (p basePath) Base() string {
[all …]
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45basePath = flag.String("base_path", ".", "base path where images and tools are extracte… var
/build/soong/ui/build/
Dcleanbuild.go269 func cleanOldFiles(ctx Context, basePath, newFile string) { argument