Searched refs:parsePropertiesFile (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Properties.js | 6 exports.parsePropertiesFile = parsePropertiesFile; 8 function parsePropertiesFile(contents) { function
|
| H A D | Properties.d.ts | 11 export declare function parsePropertiesFile(contents: string): PropertiesItem[]; function
|
| H A D | Properties.js.map | 1 …parsePropertiesFile","contents","propertiesList","lines","split","i","length","line","trim","push"…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | BuildProperties-test.ts | 8 import { parsePropertiesFile, PropertiesItem } from '../Properties'; 48 const originalGradleProperties = parsePropertiesFile(`
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Properties.ts | 15 export function parsePropertiesFile(contents: string): PropertiesItem[] { function
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withAndroidBaseMods.ts | 146 return await Properties.parsePropertiesFile(await readFile(filePath, 'utf8'));
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withAndroidBaseMods.js | 194 return await _android().Properties.parsePropertiesFile(await readFile(filePath, 'utf8'));
|
| H A D | withAndroidBaseMods.js.map | 1 …parsePropertiesFile","propertiesListToString","strings","projectRoot","Strings","getProjectStrings…
|