Searched refs:source_filename (Results 1 - 9 of 9) sorted by relevance

/external/selinux/libsepol/src/
H A Dassertion.c36 if (avrule->source_filename) {
38 avrule->source_line, avrule->source_filename, avrule->line,
H A Dlink.c1330 if (cur->source_filename) {
1331 new_rule->source_filename = strdup(cur->source_filename);
1332 if (!new_rule->source_filename)
H A Dexpand.c2613 if (source_rule->source_filename) {
2614 avrule->source_filename = strdup(source_rule->source_filename);
2615 if (!avrule->source_filename)
H A Dpolicydb.c552 free(x->source_filename);
/external/clang/tools/libclang/
H A DIndexing.cpp471 const char *source_filename; member in struct:__anon2792::IndexSourceFileInfo
490 const char *source_filename = ITUI->source_filename; local
548 // The 'source_filename' argument is optional. If the caller does not
553 if (source_filename)
554 Args->push_back(source_filename);
960 const char *source_filename,
968 *Log << source_filename << ": "; local
983 source_filename,
1000 fprintf(stderr, " 'source_filename'
955 clang_indexSourceFile(CXIndexAction idxAction, CXClientData client_data, IndexerCallbacks *index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
[all...]
H A DCIndex.cpp2900 const char *source_filename,
2906 return clang_parseTranslationUnit(CIdx, source_filename,
2914 const char *source_filename; member in struct:ParseTranslationUnitInfo
2926 const char *source_filename = PTUI->source_filename; local
3006 // The 'source_filename' argument is optional. If the caller does not
3011 if (source_filename)
3012 Args->push_back(source_filename);
3047 const char *source_filename,
3055 CIdx, source_filename, command_line_arg
2899 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, const char *source_filename, int num_command_line_args, const char * const *command_line_args, unsigned num_unsaved_files, struct CXUnsavedFile *unsaved_files) argument
3046 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, const char *const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
3063 clang_parseTranslationUnit2( CXIndex CIdx, const char *source_filename, const char *const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options, CXTranslationUnit *out_TU) argument
3073 *Log << source_filename << ": "; local
[all...]
/external/clang/include/clang-c/
H A DIndex.h1042 * Note: The 'source_filename' argument is optional. If the caller provides a
1057 * \param source_filename The name of the source file to load, or NULL if the
1080 const char *source_filename,
1230 const char *source_filename,
1250 * \param source_filename The name of the source file to load, or NULL if the
1283 const char *source_filename,
5641 const char *source_filename,
/external/selinux/checkpolicy/
H A Dpolicy_define.c1535 avrule->source_filename = strdup(source_file);
1536 if (!avrule->source_filename) {
1961 avrule->source_filename = strdup(source_file);
1963 if (!avrule->source_filename) {
2238 dest->source_filename = strdup(source_file);
2367 avrule->source_filename = strdup(source_file);
2369 if (!avrule->source_filename) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h284 char *source_filename; member in struct:avrule

Completed in 4501 milliseconds