Home
last modified time | relevance | path

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

/system/vold/
DPublicVolume.cpp63 std::string securePath(mRawPath + "/.android_secure"); in initAsecStage() local
67 && access(securePath.c_str(), R_OK | X_OK)) { in initAsecStage()
68 if (rename(legacyPath.c_str(), securePath.c_str())) { in initAsecStage()
73 if (TEMP_FAILURE_RETRY(mkdir(securePath.c_str(), 0700))) { in initAsecStage()
80 BindMount(securePath, kAsecPath); in initAsecStage()