Searched refs:CONFIGURATION_MAP_PATH (Results 1 – 4 of 4) sorted by relevance
76 #define CONFIGURATION_MAP_PATH BPF_PATH "/map_netd_configuration_map" macro
89 ASSERT_EQ(0, access(CONFIGURATION_MAP_PATH, R_OK)); in TEST_F()
225 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()
194 BpfMap<uint32_t, uint8_t> configurationMap(mapRetrieve(CONFIGURATION_MAP_PATH, 0)); in parseBpfNetworkStatsDetail()