Home
last modified time | relevance | path

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

/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var
/build/soong/android/
Dpaths.go1002 type basePath struct { struct
1003 path string
1004 rel string
1007 func (p basePath) Ext() string {
1011 func (p basePath) Base() string {
1015 func (p basePath) Rel() string {
1022 func (p basePath) String() string {
1026 func (p basePath) withRel(rel string) basePath {
1034 basePath anonMember
1227 basePath anonMember
[all …]
/build/soong/ui/build/
Dcleanbuild.go251 func cleanOldFiles(ctx Context, basePath, newFile string) { argument