Home
last modified time | relevance | path

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

/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js188 var basePath = getBaseUri(location.pathname);
206 var basePath = getBaseUri(location.pathname);
260 var path = getBaseUri(location.pathname);
431 l = getBaseUri(location.pathname);
/build/
Denvsetup.sh1047 local pathname
1050 while [[ -z "$pathname" ]]; do
1065 pathname=${lines[$(($choice-$_arrayoffset))]}
1069 pathname=${lines[0]}
1071 cd $T/$pathname
/build/tools/droiddoc/templates/assets/
Dandroid-developer-docs.js231 var basePath = getBaseUri(location.pathname);
288 var basePath = getBaseUri(location.pathname);
342 var path = getBaseUri(location.pathname);
478 l = getBaseUri(location.pathname);
Dandroid-developer-reference.js206 var full = document.location.pathname;
/build/tools/droiddoc/src/
DDroidDoc.java1355 private static void writeValues(String pathname, ArrayList<String> values) { in writeValues() argument
1359 fw = new FileWriter(pathname, false); in writeValues()
1388 private static void writeClasses(String pathname, ArrayList<ClassInfo> widgets, in writeClasses() argument
1393 fw = new FileWriter(pathname, false); in writeClasses()