Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h156 bool supports_sdcardfs();
Dutils.cpp1064 bool supports_sdcardfs() { in supports_sdcardfs() function
1076 static const bool supportsSdcardFs = supports_sdcardfs(); in get_occupied_app_space_external()
1093 static const bool supportsSdcardFs = supports_sdcardfs(); in get_occupied_app_cache_space_external()
DInstalldNativeService.cpp1593 static const bool supportsSdCardFs = supports_sdcardfs(); in collectQuotaStats()
1897 if (supports_sdcardfs()) { in getExternalSizesForUserWithQuota()