Searched refs:useCustomLibraryFile (Results 1 – 2 of 2) sorted by relevance
32 let useCustomLibraryFile: boolean;46 useCustomLibraryFile = false;56 useCustomLibraryFile = !!ioLog.useCustomLibraryFile;104 …arness.isDefaultLibraryFile(fileRead.path) && !uniqueNames.has(unitName) && useCustomLibraryFile) {116 if (useCustomLibraryFile) {
23 useCustomLibraryFile?: boolean; property