HomeSort by relevance Sort by last modified time
    Searched refs:FILE_BASE (Results 1 - 3 of 3) sorted by null

  /dalvik/tools/
get-hprof 21 FILE_BASE="$1"
22 if [ "x$FILE_BASE" = "x" ]; then
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
26 if [ "x$FILE_BASE" = "x" ]; then
32 FILE_BASE=/data/misc/${FILE_BASE}
35 adb pull "$FILE_BASE" "$OUT_FILE"
37 echo "Failed pulling $FILE_BASE."
  /frameworks/base/core/java/android/webkit/
FileLoader.java 81 url.substring(URLUtil.FILE_BASE.length(), index)) :
83 URLUtil.FILE_BASE.length()));
URLUtil.java 39 static final String FILE_BASE = "file://";
198 return (null != url) && (url.startsWith(FILE_BASE) &&

Completed in 399 milliseconds