Home
last modified time | relevance | path

Searched refs:m_action (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DFileAction.cpp20 : m_action(eFileActionNone), m_fd(-1), m_arg(-1), m_file_spec() {} in FileAction()
23 m_action = eFileActionNone; in Clear()
36 m_action = eFileActionOpen; in Open()
55 m_action = eFileActionClose; in Close()
64 m_action = eFileActionDuplicate; in Duplicate()
73 switch (m_action) { in Dump()
/external/llvm-project/lldb/include/lldb/Host/
DFileAction.h38 Action GetAction() const { return m_action; } in GetAction()
49 Action m_action; // The action for this file
/external/kernel-headers/original/uapi/linux/tc_act/
Dtc_mpls.h17 int m_action; /* action of type TCA_MPLS_ACT_*. */ member
/external/iproute2/tc/
DAndroid.bp42 "m_action.c",
DMakefile2 tc_exec.o m_police.o m_estimator.o m_action.o m_ematch.o \