HomeSort by relevance Sort by last modified time
    Searched defs:IncludePaths (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 59 mOptions.IncludePaths = NULL;
144 if (mOptions.IncludePaths != NULL) {
145 delete mOptions.IncludePaths;
146 mOptions.IncludePaths = NULL;
160 INT8 *IncludePaths = NULL;
163 if (mOptions.IncludePaths != NULL) {
164 Len += strlen (mOptions.IncludePaths);
166 IncludePaths = new INT8[Len];
167 if (IncludePaths == NULL) {
171 IncludePaths[0] = '\0';
    [all...]
VfrCompiler.h 58 INT8 *IncludePaths;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 80 mOptions.IncludePaths = NULL;
261 if (mOptions.IncludePaths != NULL) {
262 delete mOptions.IncludePaths;
263 mOptions.IncludePaths = NULL;
277 CHAR8 *IncludePaths = NULL;
280 if (mOptions.IncludePaths != NULL) {
281 Len += strlen (mOptions.IncludePaths);
283 IncludePaths = new CHAR8[Len];
284 if (IncludePaths == NULL) {
288 IncludePaths[0] = '\0';
    [all...]
VfrCompiler.h 53 CHAR8 *IncludePaths;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 153 INT8 *IncludePaths;
  /external/clang/tools/driver/
cc1as_main.cpp 84 std::vector<std::string> IncludePaths;
196 Opts.IncludePaths = Args.getAllArgValues(OPT_I);
305 SrcMgr.setIncludeDirs(Opts.IncludePaths);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 117 STRING_LIST *IncludePaths; // all include paths to search
1001 List = mGlobals.IncludePaths;
1135 if (mGlobals.IncludePaths == NULL) {
1136 mGlobals.IncludePaths = NewList;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 77 TEXT_STRING_LIST *IncludePaths; // all include paths to search
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 86 TEXT_STRING_LIST *IncludePaths; // all include paths to search
    [all...]

Completed in 353 milliseconds