Searched refs:instrumentationLibPath (Results 1 – 1 of 1) sorted by relevance
143 char instrumentationLibPath[PROPERTY_VALUE_MAX]; in registerInstrumentationCallbacks() local144 if (property_get(kSysPropInstrumentationPath, instrumentationLibPath, "") > 0) { in registerInstrumentationCallbacks()145 instrumentationLibPaths.push_back(instrumentationLibPath); in registerInstrumentationCallbacks()