Searched refs:cachePath (Results 1 – 9 of 9) sorted by relevance
10 cachePath:(NSString * _Nullable)cachePath15 cachePath:cachePath];
14 cachePath:(NSString * _Nullable)cachePath;26 cachePath:(NSString * _Nullable)cachePath;
12 cachePath:(NSString * _Nullable)cachePath NS_UNAVAILABLE;
14 cachePath:(NSString * _Nullable)cachePath NS_UNAVAILABLE;
22 cachePath:(NSString * _Nullable)cachePath;
22 @property (nonatomic, strong) NSString *cachePath; property30 …e:(NSString *)resourceType remoteUrl:(nonnull NSURL *)url cachePath:(NSString * _Nullable)cachePath37 _cachePath = (cachePath) ? cachePath : [self _defaultCachePath];
48 …ResourceName:resourceName resourceType:@"json" remoteUrl:url cachePath:[[self class] cachePath]]) {92 return [[[self class] cachePath] stringByAppendingPathComponent:versionedResourceFilename];107 NSString *cachePath = [self resourceCachePath];111 NSData *cachedData = [NSData dataWithContentsOfFile:cachePath];184 + (NSString *)cachePath
20 …if (self = [super initWithResourceName:bundleName resourceType:@"bundle" remoteUrl:url cachePath:[…
263 const cachePath = getTemporaryCacheFilePath(); constant265 debug(`Looking for NPM tarball (id: ${npmName}, cache: ${cachePath})`);267 await fs.promises.mkdir(cachePath, { recursive: true });269 const info = await getNpmInfoAsync(npmName, cachePath);271 const cacheFilename = path.join(cachePath, info.filename);278 debug(`Downloading tarball for ${npmName} to ${cachePath}...`);279 await npmPackAsync(npmName, cachePath);