Home
last modified time | relevance | path

Searched refs:parsePropertiesFile (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DProperties.js6 exports.parsePropertiesFile = parsePropertiesFile;
8 function parsePropertiesFile(contents) { function
H A DProperties.d.ts11 export declare function parsePropertiesFile(contents: string): PropertiesItem[]; function
H A DProperties.js.map1parsePropertiesFile","contents","propertiesList","lines","split","i","length","line","trim","push"…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DBuildProperties-test.ts8 import { parsePropertiesFile, PropertiesItem } from '../Properties';
48 const originalGradleProperties = parsePropertiesFile(`
/expo/packages/@expo/config-plugins/src/android/
H A DProperties.ts15 export function parsePropertiesFile(contents: string): PropertiesItem[] { function
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts146 return await Properties.parsePropertiesFile(await readFile(filePath, 'utf8'));
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js194 return await _android().Properties.parsePropertiesFile(await readFile(filePath, 'utf8'));
H A DwithAndroidBaseMods.js.map1parsePropertiesFile","propertiesListToString","strings","projectRoot","Strings","getProjectStrings…