Lines Matching refs:LocalPath
82 public LocalPath $metaPath;
521 function getDependenciesCachePath(): LocalPath
524 return LocalPath::createFromPathString($cachePath);
528 …* @return LocalPath the fetch path - start the process and returns a path. If the cache is on, ret…
531 function processIfNeededAndGetFetchPath(): LocalPath
745 * @return LocalPath - the cache path is where the result is stored if the cache is on
750 public function getContentCachePath(): LocalPath
753 return LocalPath::createFromPathString($path);
1137 public function getInstructionsPath(): LocalPath
1140 return LocalPath::createFromPathString($path);
1318 public function getMetadataPath(): LocalPath
1392 public function getSnippetCachePath(): LocalPath
1395 return LocalPath::createFromPathString($cache);