Home | History | Annotate | Download | only in storage

Lines Matching refs:mPath

37     private final File mPath;
57 mPath = path;
70 mPath = new File(in.readString());
93 return mPath.toString();
97 return mPath;
194 if (obj instanceof StorageVolume && mPath != null) {
196 return (mPath.equals(volume.mPath));
203 return mPath.hashCode();
210 builder.append(" mPath=").append(mPath);
243 parcel.writeString(mPath.toString());