Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils_posix.cpp41 std::string GetModulePath(void *moduleOrSymbol) in GetModulePath() function
154 std::string moduleName = GetModulePath(&placeholderSymbol); in GetModuleDirectoryAndGetError()
239 return GetModulePath(libraryHandle); in GetLibraryPath()
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.h97 string GetModulePath(const CodeModule *module);
Don_demand_symbol_supplier.mm233 string OnDemandSymbolSupplier::GetModulePath(const CodeModule *module) { function