Home
last modified time | relevance | path

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

/system/libufdt/tests/libufdt_verify/
Dufdt_test_overlay.cpp206 void create_path_phandle_map(std::unordered_map<uint32_t, std::string>* phandle_path_map, in create_path_phandle_map() argument
221 (*phandle_path_map)[phandle] = std::string(symbol_path); in create_path_phandle_map()
318 std::unordered_map<uint32_t, std::string> phandle_path_map; in ufdt_overlay_combine_common_nodes() local
320 create_path_phandle_map(&phandle_path_map, final_tree); in ufdt_overlay_combine_common_nodes()
330 std::string path = phandle_path_map[target]; in ufdt_overlay_combine_common_nodes()