Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/util/include/
H A Dappspawn_utils.h54 #define DEVICE_VIRTUAL_NET_IO_FLAGS "/sys/devices/virtual/net/lo/flags" macro
/ohos5.0/base/startup/appspawn/util/src/
H A Dappspawn_utils.c425 int fd = open(DEVICE_VIRTUAL_NET_IO_FLAGS, O_WRONLY); in EnableNewNetNamespace()