Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1000 type basePath struct { struct
1001 path string
1002 rel string
1005 func (p basePath) Ext() string {
1009 func (p basePath) Base() string {
1013 func (p basePath) Rel() string {
1020 func (p basePath) String() string {
1024 func (p basePath) withRel(rel string) basePath {
1032 basePath anonMember
1218 basePath anonMember
[all …]
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var
/build/soong/ui/build/
Dcleanbuild.go250 func cleanOldFiles(ctx Context, basePath, newFile string) { argument