Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp1102 const std::string lowerPath = in setupAppDir() local
1107 const int access_result = access(lowerPath.c_str(), F_OK); in setupAppDir()
1122 return fs_mkdirs(lowerPath.c_str(), 0700); in setupAppDir()
1126 return PrepareAppDirFromRoot(lowerPath, volumeRoot, appUid, fixupExistingOnly); in setupAppDir()