• Home
  • Raw
  • Download

Lines Matching refs:String

39     void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds);  in addAppIds()
40 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
44 void partition(@utf8InCpp String diskId, int partitionType, int ratio); in partition()
45 void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid); in forgetPartition()
47 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId, in mount()
49 void unmount(@utf8InCpp String volId); in unmount()
50 void format(@utf8InCpp String volId, @utf8InCpp String fsType); in format()
51 void benchmark(@utf8InCpp String volId, IVoldTaskListener listener); in benchmark()
53 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage()
57 void remountAppStorageDirs(int uid, int pid, in @utf8InCpp String[] packageNames); in remountAppStorageDirs()
58 void unmountAppStorageDirs(int uid, int pid, in @utf8InCpp String[] packageNames); in unmountAppStorageDirs()
60 void setupAppDir(@utf8InCpp String path, int appUid); in setupAppDir()
61 void fixupAppDir(@utf8InCpp String path, int appUid); in fixupAppDir()
62 void ensureAppDirsCreated(in @utf8InCpp String[] paths, int appUid); in ensureAppDirsCreated()
64 @utf8InCpp String createObb(@utf8InCpp String sourcePath, int ownerGid); in createObb()
65 void destroyObb(@utf8InCpp String volId); in destroyObb()
86 …void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean isZoned, in @ut… in mountFstab()
87 …utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp String in encryptFstab()
100 void prepareUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in prepareUserStorage()
101 void destroyUserStorage(@nullable @utf8InCpp String uuid, int userId, int storageFlags); in destroyUserStorage()
103 void prepareSandboxForApp(in @utf8InCpp String packageName, int appId, in prepareSandboxForApp()
104 in @utf8InCpp String sandboxId, int userId); in prepareSandboxForApp()
105 void destroySandboxForApp(in @utf8InCpp String packageName, in destroySandboxForApp()
106 in @utf8InCpp String sandboxId, int userId); in destroySandboxForApp()
112 void abortChanges(in @utf8InCpp String device, boolean retry); in abortChanges()
115 void restoreCheckpoint(@utf8InCpp String device); in restoreCheckpoint()
116 void restoreCheckpointPart(@utf8InCpp String device, int count); in restoreCheckpointPart()
124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume()
125 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume()
126 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel, int flags); in createStubVolume()
127 void destroyStubVolume(@utf8InCpp String volId); in destroyStubVolume()
132 …emControlParcel mountIncFs(@utf8InCpp String backingPath, @utf8InCpp String targetDir, int flags, … in mountIncFs()
133 void unmountIncFs(@utf8InCpp String dir); in unmountIncFs()
134 …olParcel control, boolean enableReadLogs, boolean enableReadTimeouts, @utf8InCpp String sysfsName); in setIncFsMountOptions()
135 void bindMount(@utf8InCpp String sourceDir, @utf8InCpp String targetDir); in bindMount()
137 void destroyDsuMetadataKey(@utf8InCpp String dsuSlot); in destroyDsuMetadataKey()