Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go900 type basePath struct { struct
901 path string
902 rel string
905 func (p basePath) Ext() string {
909 func (p basePath) Base() string {
913 func (p basePath) Rel() string {
920 func (p basePath) String() string {
924 func (p basePath) withRel(rel string) basePath {
932 basePath anonMember
1116 basePath anonMember
[all …]
/build/soong/ui/build/
Dcleanbuild.go208 func cleanOldFiles(ctx Context, basePath, newFile string) { argument
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var