Home
last modified time | relevance | path

Searched refs:loadFileList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts150 const trackedFiles = await FileIO.loadFileList(
193 const trackedFiles = await FileIO.loadFileList(
226 const trackedFiles = await FileIO.loadFileList(
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DFileIO.ts60 public loadFileList = async (path: string): Promise<TFileList> => { property in _FileIO