Home
last modified time | relevance | path

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

/build/
Denvsetup.sh997 local pathname
1000 while [[ -z "$pathname" ]]; do
1015 pathname=${lines[$(($choice-$_arrayoffset))]}
1019 pathname=${lines[0]}
1021 cd $T/$pathname
/build/tools/droiddoc/templates/assets/
Dandroid-developer-docs.js201 var basePath = getBaseUri(location.pathname);
247 var basePath = getBaseUri(location.pathname);
300 var path = getBaseUri(location.pathname);
471 l = getBaseUri(location.pathname);
Dandroid-developer-reference.js206 var full = document.location.pathname;
/build/tools/droiddoc/src/
DDroidDoc.java1268 private static void writeValues(String pathname, ArrayList<String> values) { in writeValues() argument
1272 fw = new FileWriter(pathname, false); in writeValues()
1301 private static void writeClasses(String pathname, ArrayList<ClassInfo> widgets, in writeClasses() argument
1306 fw = new FileWriter(pathname, false); in writeClasses()