Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts19 import { repoPath } from './helpers/rootPath';
24 const basePath = `${repoPath}/../tm-qpr-dev/frameworks/base/core/res/res/values/`;
155 const filePath = `${repoPath}/${locaFilePath}`;
198 const filePath = `${repoPath}/${locaFilePath}`;
231 const filePath = `${repoPath}/${locaFilePath}`;
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DrootPath.ts21 export const repoPath = process?.env?.ANDROID_BUILD_TOP; constant