Home
last modified time | relevance | path

Searched defs:setupAppDir (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl59 void setupAppDir(@utf8InCpp String path, int appUid); in setupAppDir() method
/system/vold/
DVolumeManager.cpp991 int VolumeManager::setupAppDir(const std::string& path, int32_t appUid, bool fixupExistingOnly, in setupAppDir() function in VolumeManager
DVoldNativeService.cpp398 binder::Status VoldNativeService::setupAppDir(const std::string& path, int32_t appUid) { in setupAppDir() function in android::vold::VoldNativeService