Home
last modified time | relevance | path

Searched defs:userFilePath (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-test-runner/build/
H A DTemplateProject.d.ts16 protected userFilePath(relativePath: string): string; method in TemplateProject
H A DTemplateFile.js54 userFilePath; field in UserFile
57 constructor(userFilePath, platform = Platform_1.Platform.Both, shouldBeEvaluated = false) { argument
H A DTemplateProject.js131 userFilePath(relativePath) { method in TemplateProject
/expo/packages/expo-test-runner/src/
H A DTemplateFile.ts46 public userFilePath: string, property in UserFile
H A DTemplateProject.ts156 protected userFilePath(relativePath: string): string { method in TemplateProject