Home | History | Annotate | Download | only in dumprendertree

Lines Matching refs:mPath

42 				if (mPath.length() > mBaseLength) {
43 File f = new File(mPath);
47 mPath = f.getPath();
58 mPath = path;
84 File f = new File(mPath);
93 StringBuilder sb = new StringBuilder(mPath);
135 mPath = path;
177 String title = mPath; //.substring(mBaseLength-11); // show the word LayoutTests
184 mPath = "/sdcard/android/layout_tests";
185 mBaseLength = mPath.length();
188 protected String mPath;