Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go571 type basePath struct { struct
572 path string
573 config Config
574 rel string
577 func (p basePath) Ext() string {
581 func (p basePath) Base() string {
585 func (p basePath) Rel() string {
592 func (p basePath) String() string {
596 func (p basePath) withRel(rel string) basePath {
604 basePath anonMember
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js11 var basePath = getBaseUri(location.pathname); variable