Searched refs:appDir (Results 1 – 1 of 1) sorted by relevance
323 std::string appDir; in PrepareAppDirFromRoot() local327 appDir = kAppDataDir; in PrepareAppDirFromRoot()336 appDir = kAppMediaDir; in PrepareAppDirFromRoot()341 appDir = kAppObbDir; in PrepareAppDirFromRoot()360 std::string leftToCreate = pathFromRoot.substr(appDir.length()); in PrepareAppDirFromRoot()364 std::string pathToCreate = root + appDir; in PrepareAppDirFromRoot()367 if (appDir == kAppDataDir || appDir == kAppMediaDir) { in PrepareAppDirFromRoot()369 } else if (appDir == kAppObbDir) { in PrepareAppDirFromRoot()378 if (appDir == kAppDataDir && depth == 1 && component == "cache/") { in PrepareAppDirFromRoot()