Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dsetexecfilecon.c7 int setexecfilecon(const char *filename, const char *fallback_type) in setexecfilecon() argument
34 if (context_type_set(con, fallback_type)) in setexecfilecon()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-on_error_resume_next.hpp47 typedef decltype((*(select_type*)nullptr)(rxu::error_ptr())) fallback_type; typedef
61 typedef decltype((*(select_type*)nullptr)(rxu::error_ptr())) fallback_type; typedef
/external/selinux/libselinux/include/selinux/
Dselinux.h610 extern int setexecfilecon(const char *filename, const char *fallback_type);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1228 final String fallback_type, in GetResourceId() argument
1246 type.set(fallback_type); in GetResourceId()