Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dpaths.go458 srcPath.basePath.rel = srcPath.path
694 type basePath struct { struct
700 func (p basePath) Ext() string { argument
704 func (p basePath) Base() string { argument
708 func (p basePath) Rel() string { argument
715 func (p basePath) String() string { argument
719 func (p basePath) withRel(rel string) basePath { argument
727 basePath anonMember
733 p.basePath = p.basePath.withRel(rel)
741 ret := SourcePath{basePath{p, ctx.Config(), ""}}
[all …]
Dpaths_test.go648 if output.basePath.path != tc.out {
650 output.basePath.path,
/build/soong/ui/build/
Dcleanbuild.go190 func cleanOldFiles(ctx Context, basePath, file string) { argument
191 file = filepath.Join(basePath, file)
239 old := filepath.Join(basePath, oldPaths[0])
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js316 var basePath = getBaseUri(location.pathname);
317 var section = basePath.substring(1,basePath.indexOf("/",1));
373 var basePath = getBaseUri(location.pathname);
374 var section = basePath.substring(1,basePath.indexOf("/",1));
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js11 var basePath = getBaseUri(location.pathname); variable
12 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
980 var basePath = getBaseUri(location.pathname);
981 var section = basePath.substring(1,basePath.indexOf("/",1));