HomeSort by relevance Sort by last modified time
    Searched refs:compiler_directory_path (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsemanage/src/
semanage_conf.h 35 char *compiler_directory_path; member in struct:semanage_conf
conf-parse.y 344 conf->compiler_directory_path = strdup("/usr/libexec/selinux/hll");
457 free(conf->compiler_directory_path);
537 free(current_conf->compiler_directory_path);
538 current_conf->compiler_directory_path = strdup(arg);
handle.c 158 len = strlen(sh->conf->compiler_directory_path) + strlen("/") + strlen(lower_lang_ext) + 1;
167 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext);

Completed in 48 milliseconds