Searched refs:renameFirstArg (Results 1 – 1 of 1) sorted by relevance
| /expo/tools/src/versioning/android/ |
| H A D | cmakeTransforms.ts | 13 const renameFirstArg = (text: string) => constant 36 replaceWith: (_, p1, p2, p3) => [p1, renameFirstArg(p2), p3].join(''), 40 replaceWith: (_, p1, p2, p3) => [p1, renameFirstArg(p2), p3].join(''), 44 replaceWith: (_, p1, p2, p3) => [p1, renameFirstArg(p2), p3].join(''), 48 replaceWith: (_, p1, p2, p3) => [p1, renameFirstArg(p2), p3].join(''),
|