Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go694 type basePath struct { struct
695 path string
696 config Config
697 rel string
700 func (p basePath) Ext() string {
704 func (p basePath) Base() string {
708 func (p basePath) Rel() string {
715 func (p basePath) String() string {
719 func (p basePath) withRel(rel string) basePath {
727 basePath anonMember
[all …]
/build/soong/ui/build/
Dcleanbuild.go190 func cleanOldFiles(ctx Context, basePath, file string) { argument
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js11 var basePath = getBaseUri(location.pathname); variable