Home
last modified time | relevance | path

Searched refs:ns_name (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/dumpsys/bundler/
Dbundler.cc126 std::string ns_string(opts.ns_name); in WriteHeaderFile()
185 fprintf(fp, "const unsigned char* %s::data = %sdata_;\n", opts.ns_name, namespace_prefix.c_str()); in WriteHeaderFile()
186 fprintf(fp, "const size_t %s::data_size = %zu;\n", opts.ns_name, data_len); in WriteHeaderFile()
190 opts.ns_name, in WriteHeaderFile()
312 opts.ns_name = optarg; in ParseArgs()
Dbundler.h33 const char* ns_name{kDefaultNamespace};
/system/core/init/
Dmount_namespace.cpp288 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded() local
291 return ErrnoError() << "Failed to switch to " << ns_name << " mount namespace."; in SwitchToMountNamespaceIfNeeded()