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