Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2561 static bool ownsExternalStorage(int32_t appId) { in ownsExternalStorage() function
2640 if (flags & FLAG_USE_QUOTA && appId >= AID_APP_START && !ownsExternalStorage(appId)) { in getAppSize()