Home
last modified time | relevance | path

Searched refs:assembly_path (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-resources.c97 char *assembly_path; in read_resources_file() local
118 assembly_path = in read_resources_file()
121 if (execute_csharp_program (assembly_path, libdirs, 1, in read_resources_file()
137 free (assembly_path); in read_resources_file()
Dread-csharp.c98 char *assembly_path; in msgdomain_read_csharp() local
154 assembly_path = in msgdomain_read_csharp()
157 if (execute_csharp_program (assembly_path, libdirs, 1, in msgdomain_read_csharp()
164 free (assembly_path); in msgdomain_read_csharp()
Dwrite-resources.c170 char *assembly_path; in msgdomain_write_csharp_resources() local
183 assembly_path = in msgdomain_write_csharp_resources()
188 if (execute_csharp_program (assembly_path, NULL, 0, in msgdomain_write_csharp_resources()
195 free (assembly_path); in msgdomain_write_csharp_resources()