Searched refs:source_filename (Results 1 - 14 of 14) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-default-device-restore.c | 48 char *sink_filename, *source_filename; member 80 else if ((f = pa_fopen_cloexec(u->source_filename, "r"))) { in load() 114 if (u->source_filename) { in save() 115 if ((f = pa_fopen_cloexec(u->source_filename, "w"))) { in save() 159 if (!(u->source_filename = pa_state_path("default-source", true))) in pa__init() 191 pa_xfree(u->source_filename); in pa__done()
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 53 def get_object_filename(source_filename): 55 return substitute_file_extension(source_filename, 'spv') 58 def get_assembly_filename(source_filename): 60 return substitute_file_extension(source_filename, 'spvasm')
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 53 def get_object_filename(source_filename): 55 return substitute_file_extension(source_filename, 'spv') 58 def get_assembly_filename(source_filename): 60 return substitute_file_extension(source_filename, 'spvasm')
|
/third_party/spirv-tools/test/tools/ |
H A D | expect.py | 53 def get_object_filename(source_filename): 55 return substitute_file_extension(source_filename, 'spv') 58 def get_assembly_filename(source_filename): 60 return substitute_file_extension(source_filename, 'spvasm')
|
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 51 if (avrule->source_filename) { in report_failure() 53 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_failure() 184 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_assertion_extended_permissions() 200 avrule->source_line, avrule->source_filename, avrule->line, policy_name(p), in report_assertion_extended_permissions()
|
H A D | link.c | 1303 if (cur->source_filename) { in copy_avrule_list() 1304 new_rule->source_filename = strdup(cur->source_filename); in copy_avrule_list() 1305 if (!new_rule->source_filename) in copy_avrule_list()
|
H A D | expand.c | 2662 if (source_rule->source_filename) { in copy_neverallow() 2663 avrule->source_filename = strdup(source_rule->source_filename); in copy_neverallow() 2664 if (!avrule->source_filename) in copy_neverallow()
|
H A D | module_to_cil.c | 1194 avrule->source_filename) { in avrule_list_to_cil() 1195 cil_println(0, ";;* lmx %lu %s\n",avrule->source_line, avrule->source_filename); in avrule_list_to_cil() 1238 avrule->source_filename) { in avrule_list_to_cil()
|
H A D | policydb.c | 631 free(x->source_filename); in avrule_destroy()
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | bootstrap_x86_64.S | 58 source_filename: label 194 lea source_filename, %eax
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 297 char *source_filename; member
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 1624 avrule->source_filename = strdup(source_file); in define_compute_type_helper() 1625 if (!avrule->source_filename) { in define_compute_type_helper() 2059 avrule->source_filename = strdup(source_file); in define_te_avtab_xperms_helper() 2061 if (!avrule->source_filename) { in define_te_avtab_xperms_helper() 2362 dest->source_filename = strdup(source_file); in avrule_cpy() 2363 if (!dest->source_filename) { in avrule_cpy() 2520 avrule->source_filename = strdup(source_file); in define_te_avtab_helper() 2522 if (!avrule->source_filename) { in define_te_avtab_helper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 543 KEYWORD(source_filename); in LexIdentifier()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 4628 avrule->source_filename = NULL; in __cil_init_sepol_avrule() 4632 avrule->source_filename = source_path; in __cil_init_sepol_avrule()
|
Completed in 34 milliseconds