Home | History | Annotate | Download | only in storage

Lines Matching defs:rawPath

491             public void mountObb(String rawPath, String canonicalPath, String key,
497 _data.writeString(rawPath);
518 String rawPath, boolean force, IObbActionListener token, int nonce)
524 _data.writeString(rawPath);
540 public boolean isObbMounted(String rawPath) throws RemoteException {
546 _data.writeString(rawPath);
560 public String getMountedObbPath(String rawPath) throws RemoteException {
566 _data.writeString(rawPath);
1216 final String rawPath = data.readString();
1223 mountObb(rawPath, canonicalPath, key, observer, nonce);
1440 public String getMountedObbPath(String rawPath) throws RemoteException;
1466 public boolean isObbMounted(String rawPath) throws RemoteException;
1489 public void mountObb(String rawPath, String canonicalPath, String key,
1534 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce)