Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/libcxx_aconfigd_bridge_code/gen/
Dlibcxx_aconfigd_cxx_generated.cc146 ::aconfigdwrapper::CppAconfigd *aconfigdwrapper$cxxbridge1$new_cpp_aconfigd(::std::string const &st… in aconfigdwrapper$cxxbridge1$new_cpp_aconfigd()
147 …dwrapper::CppAconfigd> (*new_cpp_aconfigd$)(::std::string const &, ::std::string const &) = ::acon… in aconfigdwrapper$cxxbridge1$new_cpp_aconfigd()
148 return new_cpp_aconfigd$(str1, str2).release(); in aconfigdwrapper$cxxbridge1$new_cpp_aconfigd()
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dlib.rs17 Self { cpp_aconfigd: ffi::new_cpp_aconfigd(&root_dir_, &persist_storage_records_) } in new()
95 fn new_cpp_aconfigd(str1: &CxxString, str2: &CxxString) -> UniquePtr<CppAconfigd>; in new_cpp_aconfigd() function
H A Dlibcxx_aconfigd.hpp27 std::unique_ptr<CppAconfigd> new_cpp_aconfigd(const std::string& str1,
H A Dlibcxx_aconfigd.cpp92 std::unique_ptr<CppAconfigd> new_cpp_aconfigd(const std::string& str1, in new_cpp_aconfigd() function