Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/
DGhidraScriptRunner.java51 private Map<String, String> mPropertiesFileContentsMap = Collections.emptyMap(); field in GhidraScriptRunner
118 mPropertiesFileContentsMap = propertiesContent; in postScript()
167 if (!mPropertiesFileContentsMap.isEmpty() && mPropertiesFileName.isPresent()) { in runWithTimeout()
171 mPropertiesFileContentsMap); in runWithTimeout()