Lines Matching refs:storage
26 +// NOTE(kudo): Use Expo storage directory for backward compatibility
125 - return error ? RCTMakeError(@"Failed to delete storage directory.", error, nil) : nil;
128 + return error ? RCTMakeError(@"Failed to delete storage directory.", error, nil) : nil;
139 - // Migrate data by copying old storage directory to new storage directory location
143 - // the new storage directory "Application Support/[bundleID]/RCTAsyncLocalStorage_V1" seems
155 - @"Failed to create storage directory during migration.", error);
159 - @"Failed to copy old storage directory to new storage directory location during "
164 - // If copying succeeds, remove old storage directory
203 +// NOTE(nikki93): Use the default `methodQueue` since instances have different storage directories
265 - return RCTMakeError(@"Failed to create storage directory.", error, nil);
274 + return RCTMakeError(@"Failed to create storage directory.", error, nil);