Lines Matching refs:String16
143 int32_t mountVolume(const String16& mountPoint)
160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption)
179 int32_t formatVolume(const String16& mountPoint)
196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users)
225 int32_t getVolumeState(const String16& mountPoint)
242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype,
243 const String16& key, const int32_t ownerUid)
264 int32_t finalizeSecureContainer(const String16& id)
281 int32_t destroySecureContainer(const String16& id)
298 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid)
319 int32_t unmountSecureContainer(const String16& id, const bool force)
337 bool isSecureContainerMounted(const String16& id)
354 int32_t renameSecureContainer(const String16& oldId, const String16& newId)
372 bool getSecureContainerPath(const String16& id, String16& path)
390 int32_t getSecureContainerList(const String16& id, String16*& containers)
405 containers = new String16[numStrings];
445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key,
466 void unmountObb(const String16& filename, const bool force,
486 bool isObbMounted(const String16& filename)
503 bool getMountedObbPath(const String16& filename, String16& path)
521 int32_t decryptStorage(const String16& password)
538 int32_t encryptStorage(const String16& password)