HomeSort by relevance Sort by last modified time
    Searched refs:IncludePaths (Results 1 - 12 of 12) 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;
205 if (mOptions.IncludePaths != NULL) {
206 delete mOptions.IncludePaths;
207 mOptions.IncludePaths = NULL;
221 CHAR8 *IncludePaths = NULL;
224 if (mOptions.IncludePaths != NULL) {
225 Len += strlen (mOptions.IncludePaths);
227 IncludePaths = new CHAR8[Len];
228 if (IncludePaths == NULL) {
232 IncludePaths[0] = '\0';
    [all...]
VfrCompiler.h 53 CHAR8 *IncludePaths;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 153 INT8 *IncludePaths;
VfrCompile.g 162 if (gOptions.IncludePaths != NULL) {
163 Len += strlen (gOptions.IncludePaths) + 1;
172 if (gOptions.IncludePaths != NULL) {
173 strcat (Cmd, gOptions.IncludePaths);
276 if (gOptions.IncludePaths != NULL) {
277 free (gOptions.IncludePaths);
278 gOptions.IncludePaths = NULL;
309 char *IncludePaths;
349 if (gOptions.IncludePaths != NULL) {
350 Len += strlen (gOptions.IncludePaths);
    [all...]
  /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...]
  /frameworks/compile/slang/
slang.h 236 void setIncludePaths(const std::vector<std::string> &IncludePaths) {
237 mIncludePaths = IncludePaths;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 77 TEXT_STRING_LIST *IncludePaths; // all include paths to search
    [all...]
  /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/UefiStrGather/
StrGather.c 86 TEXT_STRING_LIST *IncludePaths; // all include paths to search
    [all...]
  /external/abi-dumper/
abi-dumper.pl 69 $IncludePreamble, $IncludePaths, $CacheHeaders, $MixedHeaders, $Debug,
139 "include-paths=s" => \$IncludePaths,
    [all...]

Completed in 285 milliseconds