diff options
Diffstat (limited to 'cmds/installd/utils.h')
-rw-r--r-- | cmds/installd/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/utils.h b/cmds/installd/utils.h index abe683043f..a4eb1f66b9 100644 --- a/cmds/installd/utils.h +++ b/cmds/installd/utils.h @@ -66,7 +66,7 @@ typedef struct { constexpr const char* kXattrInodeCache = "user.inode_cache"; constexpr const char* kXattrInodeCodeCache = "user.inode_code_cache"; -constexpr const char* kXattrCacheAtomic = "user.cache_atomic"; +constexpr const char* kXattrCacheGroup = "user.cache_group"; constexpr const char* kXattrCacheTombstone = "user.cache_tombstone"; int create_pkg_path(char path[PKG_PATH_MAX], |