Home
last modified time | relevance | path

Searched defs:createFsveritySetupAuthToken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManagerInternal.java197 public abstract IInstalld.IFsveritySetupAuthToken createFsveritySetupAuthToken( in createFsveritySetupAuthToken() method in StorageManagerInternal
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl146 IFsveritySetupAuthToken createFsveritySetupAuthToken(in ParcelFileDescriptor authFd, int uid); in createFsveritySetupAuthToken() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java906 public IInstalld.IFsveritySetupAuthToken createFsveritySetupAuthToken( in createFsveritySetupAuthToken() method in Installer
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp552 binder::Status createFsveritySetupAuthToken(const std::string& path, int open_mode, in createFsveritySetupAuthToken() function in android::installd::FsverityTest
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java5073 public IFsveritySetupAuthToken createFsveritySetupAuthToken(ParcelFileDescriptor authFd, in createFsveritySetupAuthToken() method in StorageManagerService.StorageManagerInternalImpl
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3983 binder::Status InstalldNativeService::createFsveritySetupAuthToken( in createFsveritySetupAuthToken() function in android::installd::InstalldNativeService