Searched refs:repoPath (Results 1 – 2 of 2) sorted by relevance
19 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}`;
21 export const repoPath = process?.env?.ANDROID_BUILD_TOP; constant