Home
last modified time | relevance | path

Searched refs:fileCache (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/
Dfilecache_test.dart27 final FileHashStore fileCache = FileHashStore(environment);
28 fileCache.initialize();
29 fileCache.persist();
44 final FileHashStore fileCache = FileHashStore(environment);
45 fileCache.initialize();
46 fileCache.hashFiles(<File>[file]);
47 fileCache.persist();
48 final String currentHash = fileCache.currentHashes[file.resolveSymbolicLinksSync()];
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dbuild_system.dart469 final FileHashStore fileCache = FileHashStore(environment)
475 final _BuildInstance buildInstance = _BuildInstance(environment, fileCache, buildSystemConfig);
481 fileCache.persist();
517 _BuildInstance(this.environment, this.fileCache, this.buildSystemConfig)
524 final FileHashStore fileCache;
550 final bool canSkip = await target.computeChanges(inputs, environment, fileCache);
581 await fileCache.hashFiles(outputs);
/third_party/typescript/src/harness/
DharnessIO.ts1337 const fileCache: { [idx: string]: boolean } = {}; constant
1367 if (fileCache[dirName] || IO.directoryExists(dirName)) {
1368 fileCache[dirName] = true;
1377 fileCache[dirName] = true;