Home
last modified time | relevance | path

Searched refs:ownsExternalStorage (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1751 static bool ownsExternalStorage(int32_t appId) { in ownsExternalStorage() function
1820 if (flags & FLAG_USE_QUOTA && appId >= AID_APP_START && !ownsExternalStorage(appId)) { in getAppSize()