Home
last modified time | relevance | path

Searched defs:objName (Results 1 – 2 of 2) sorted by relevance

/system/bpf/loader/
DLoader.cpp527 string objName = pathToObjName(string(elfPath)); in createMaps() local
716 string objName = pathToObjName(string(elfPath)); in loadCodeSections() local
/system/tools/hidl/
DType.cpp644 std::string Type::getCppTypeCast(const std::string& objName, bool specifyNamespaces) const { in getCppTypeCast() argument