Lines Matching refs:dePath
2664 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize() local
2665 collectManualStats(dePath, &stats); in getAppSize()
2861 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() local
2862 collectManualStatsForUser(dePath, &stats, true); in getUserSize()
2909 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize() local
2910 collectManualStatsForUser(dePath, &stats); in getUserSize()
3753 auto dePath = StringPrintf("%s/user_de", create_data_path(uuid_).c_str()); in tryMountDataMirror() local
3760 if (access(dePath.c_str(), F_OK) != 0) { in tryMountDataMirror()
3761 return error("Cannot access DE path: " + dePath); in tryMountDataMirror()
3767 return error("Cannot access misc DE path: " + dePath); in tryMountDataMirror()
3792 if (TEMP_FAILURE_RETRY(mount(dePath.c_str(), mirrorVolDePath.c_str(), NULL, in tryMountDataMirror()