HomeSort by: relevance | last modified time | path
    Searched defs:SourcePath (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 289 char *SourcePath;
420 SourcePath = argv[AcpiGbl_Optind];
421 if (!SourcePath)
432 AsProcessOneFile (NULL, NULL, NULL, 0, SourcePath, FILE_TYPE_SOURCE);
442 TargetPath = SourcePath;
449 TargetPath = SourcePath;
466 if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &FileType))
477 AsProcessTree (ConversionTable, SourcePath, TargetPath);
484 SourcePath, FILE_TYPE_SOURCE);
492 if (strstr (SourcePath, ".h")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 627 StringRef SourcePath = Key->getValue(ValueStorage);
630 SmallString<32> NativeSourcePath(SourcePath);

Completed in 28 milliseconds