Home
last modified time | relevance | path

Searched defs:context_file (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/sepolicy/tools/
H A Dcheckfc.c363 const char *sepolicy_file, const char *context_file, bool allow_empty) in do_fc_check_and_die_on_error()
500 char *context_file = argv[index + 1]; in main() local
H A Dfuzzer_bindings_check.py33 def check_fuzzer_exists(context_file, bindings): argument
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dandroid.c63 struct selabel_handle *get_sehnd(const char *context_file) { in get_sehnd()
H A Dmksquashfs.c92 char *context_file = NULL; variable
/aosp_15_r20/external/selinux/policycoreutils/run_init/
H A Drun_init.c308 char context_file[PATH_MAX]; local
/aosp_15_r20/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c38 FILE *context_file; in process_file() local
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c538 const char *context_file; /* the file to write a serialized connection member
H A Dssl_server2.c688 const char *context_file; /* the file to write a serialized connection member
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c538 const char *context_file; /* the file to write a serialized connection member
H A Dssl_server2.c693 const char *context_file; /* the file to write a serialized connection member
/aosp_15_r20/art/artd/
H A Dartd.cc1122 std::unique_ptr<File> context_file = OR_RETURN_NON_FATAL(OpenFileForReading(context_path)); in dexopt() local