Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_cpp_common.h49 void EnterNamespace(CodeWriter& out, const AidlDefinedType& defined_type);
Daidl_to_cpp_common.cpp72 void EnterNamespace(CodeWriter& out, const AidlDefinedType& defined_type) { in EnterNamespace() function
Dgenerate_ndk.cpp156 cpp::EnterNamespace(out, defined_type); in EnterNdkNamespace()
/system/core/init/
Dservice_utils.cpp49 Result<void> EnterNamespace(int nstype, const char* path) { in EnterNamespace() function
201 if (auto result = EnterNamespace(nstype, path.c_str()); !result.ok()) { in EnterNamespaces()