OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XT_LOCK_NAME
(Results
1 - 2
of
2
) sorted by null
/external/iptables/
config.h
87
#define
XT_LOCK_NAME
"/system/etc/xtables.lock"
/system/netd/server/
IptablesRestoreControllerTest.cpp
34
#define
XT_LOCK_NAME
"/system/etc/xtables.lock"
121
mIptablesLock = open(
XT_LOCK_NAME
, O_CREAT, 0600);
Completed in 59 milliseconds