Searched refs:instrumentationLibPath (Results 1 – 1 of 1) sorted by relevance
142 const std::string instrumentationLibPath = base::GetProperty(kSysPropInstrumentationPath, ""); in registerInstrumentationCallbacks() local143 if (instrumentationLibPath.size() > 0) { in registerInstrumentationCallbacks()144 instrumentationLibPaths.push_back(instrumentationLibPath); in registerInstrumentationCallbacks()