Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DFileIO.ts32 const src = await this.loadFileAsText(path);
40 public loadFileAsText = async (path: string): Promise<string> => { property in _FileIO
61 const src = await this.loadFileAsText(path);
74 this.loadFileAsText(path).then((src) => {
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts232 const fileContent = await FileIO.loadFileAsText(filePath);