Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h76 #define CONFIGURATION_MAP_PATH BPF_PATH "/map_netd_configuration_map" macro
/system/netd/tests/
Dbpf_base_test.cpp89 ASSERT_EQ(0, access(CONFIGURATION_MAP_PATH, R_OK)); in TEST_F()
/system/netd/server/
DTrafficController.cpp225 RETURN_IF_NOT_OK(mConfigurationMap.init(CONFIGURATION_MAP_PATH)); in initMaps()
226 RETURN_IF_NOT_OK(changeOwnerAndMode(CONFIGURATION_MAP_PATH, AID_NET_BW_STATS, in initMaps()
949 getMapStatus(mConfigurationMap.getMap(), CONFIGURATION_MAP_PATH).c_str()); in dump()
/system/netd/libnetdbpf/
DBpfNetworkStats.cpp194 BpfMap<uint32_t, uint8_t> configurationMap(mapRetrieve(CONFIGURATION_MAP_PATH, 0)); in parseBpfNetworkStatsDetail()