Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h118 #define CONFIGURATION_MAP_PATH BPF_PATH "map_netd_configuration_map" macro
/aosp12/system/netd/tests/
H A Dbpf_base_test.cpp76 ASSERT_EQ(0, access(CONFIGURATION_MAP_PATH, R_OK)); in TEST_F()
/aosp12/system/netd/libnetdbpf/
H A DBpfNetworkStats.cpp196 BpfMapRO<uint32_t, uint8_t> configurationMap(CONFIGURATION_MAP_PATH); in parseBpfNetworkStatsDetail()
/aosp12/system/netd/server/
H A DTrafficController.cpp191 RETURN_IF_NOT_OK(mConfigurationMap.init(CONFIGURATION_MAP_PATH)); in initMaps()
845 getMapStatus(mConfigurationMap.getMap(), CONFIGURATION_MAP_PATH).c_str()); in dump()