Searched refs:appDir (Results 1 – 1 of 1) sorted by relevance
320 std::string appDir; in PrepareAppDirFromRoot() local324 appDir = kAppDataDir; in PrepareAppDirFromRoot()333 appDir = kAppMediaDir; in PrepareAppDirFromRoot()338 appDir = kAppObbDir; in PrepareAppDirFromRoot()357 std::string leftToCreate = pathFromRoot.substr(appDir.length()); in PrepareAppDirFromRoot()361 std::string pathToCreate = root + appDir; in PrepareAppDirFromRoot()364 if (appDir == kAppDataDir || appDir == kAppMediaDir) { in PrepareAppDirFromRoot()366 } else if (appDir == kAppObbDir) { in PrepareAppDirFromRoot()375 if (appDir == kAppDataDir && depth == 1 && component == "cache/") { in PrepareAppDirFromRoot()