Searched defs:install (Results 1 - 2 of 2) sorted by relevance

/ndk/build/core/
H A Ddefinitions-host.mk108 # Function : host-install
111 # Usage : $(call host-install,<src-file>,<dst-file>)
113 # to install a file or directory, while preserving its timestamps
117 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
119 host-install = install -p $1 $2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp167 void install(facet* f, long id);
168 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
182 install(&make<_VSTD::collate<char> >(1u));
183 install(&make<_VSTD::collate<wchar_t> >(1u));
184 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
185 install(&make<_VSTD::ctype<wchar_t> >(1u));
186 install(&make<codecvt<char, char, mbstate_t> >(1u));
187 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
188 install(
440 locale::__imp::install(facet* f, long id) function in class:locale::__imp
[all...]

Completed in 51 milliseconds