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

  /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);
  /external/clang/tools/libclang/
Indexing.cpp 229 const char *source_filename; member in struct:__anon5357::IndexTranslationUnitInfo
259 const char *source_filename = ITUI->source_filename; local
313 // The 'source_filename' argument is optional. If the caller does not
318 if (source_filename)
319 Args->push_back(source_filename);
397 const char *source_filename,
406 source_filename, command_line_args,
419 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);
    [all...]
CIndex.cpp 2384 const char *source_filename; member in struct:ParseTranslationUnitInfo
2396 const char *source_filename = PTUI->source_filename; local
    [all...]
  /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;
  /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/include/clang-c/
Index.h 779 * Note: The 'source_filename' argument is optional. If the caller provides a
794 * \param source_filename - The name of the source file to load, or NULL if the
817 const char *source_filename,
    [all...]

Completed in 85 milliseconds