Lines Matching refs:assembly_path
92 execute_csharp_using_pnet (const char *assembly_path, in execute_csharp_using_pnet() argument
136 *argp++ = (char *) assembly_path; in execute_csharp_using_pnet()
162 execute_csharp_using_mono (const char *assembly_path, in execute_csharp_using_mono() argument
199 argv[1] = (char *) assembly_path; in execute_csharp_using_mono()
224 execute_csharp_using_sscli (const char *assembly_path, in execute_csharp_using_sscli() argument
260 argv[1] = (char *) assembly_path; in execute_csharp_using_sscli()
285 execute_csharp_program (const char *assembly_path, in execute_csharp_program() argument
305 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count, in execute_csharp_program()
313 result = execute_csharp_using_mono (assembly_path, libdirs, libdirs_count, in execute_csharp_program()
322 result = execute_csharp_using_pnet (assembly_path, libdirs, libdirs_count, in execute_csharp_program()
330 result = execute_csharp_using_mono (assembly_path, libdirs, libdirs_count, in execute_csharp_program()
337 result = execute_csharp_using_sscli (assembly_path, libdirs, libdirs_count, in execute_csharp_program()