/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 64 char const * source_filename) 69 fprintf(stderr, "Source %s\n", source_filename); 99 debug_line[i].filename = source_filename; 124 char * source_filename = NULL; local 143 declaring_class, &source_filename); 148 source_filename); 201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename);
|
/bootable/recovery/applypatch/ |
applypatch.h | 52 int applypatch(const char* source_filename,
|
applypatch.c | 594 // - otherwise, if the sha1 hash of <source_filename> is one of the 600 // Note that if <source_filename> and <target_filename> are not the 601 // same, <source_filename> is NOT deleted on success. 603 // source_filename". 608 // <source_filename> may refer to a partition to read the source data. 612 int applypatch(const char* source_filename, 619 printf("\napplying patch to %s\n", source_filename); 623 target_filename = source_filename; 651 (target_filename != source_filename && 652 strcmp(target_filename, source_filename) != 0)) [all...] |
/external/oprofile/libutil++/ |
op_bfd.cpp | 369 string & source_filename, unsigned int & linenr) const 382 source_filename = info.filename;
|
/external/clang/include/clang-c/ |
Index.h | 704 * Note: The 'source_filename' argument is optional. If the caller provides a 719 * \param source_filename - The name of the source file to load, or NULL if the 742 const char *source_filename, 883 * \param source_filename The name of the source file to load, or NULL if the 913 const char *source_filename, [all...] |
/bootable/recovery/updater/ |
install.c | 904 char* source_filename; local 908 if (ReadArgs(state, argv, 4, &source_filename, &target_filename, 918 free(source_filename); 955 int result = applypatch(source_filename, target_filename, [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 2403 const char *source_filename; member in struct:ParseTranslationUnitInfo 2415 const char *source_filename = PTUI->source_filename; local [all...] |