Searched refs:IncludePaths (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrCompiler.cpp59 mOptions.IncludePaths = NULL;
144 if (mOptions.IncludePaths != NULL) {
145 delete mOptions.IncludePaths;
146 mOptions.IncludePaths = NULL;
160 INT8 *IncludePaths = NULL; local
163 if (mOptions.IncludePaths != NULL) {
164 Len += strlen (mOptions.IncludePaths);
166 IncludePaths = new INT8[Len];
167 if (IncludePaths == NULL) {
171 IncludePaths[
[all...]
H A DVfrCompiler.h58 INT8 *IncludePaths; member in struct:__anon5062
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp80 mOptions.IncludePaths = NULL;
205 if (mOptions.IncludePaths != NULL) {
206 delete mOptions.IncludePaths;
207 mOptions.IncludePaths = NULL;
221 CHAR8 *IncludePaths = NULL; local
224 if (mOptions.IncludePaths != NULL) {
225 Len += strlen (mOptions.IncludePaths);
227 IncludePaths = new CHAR8[Len];
228 if (IncludePaths == NULL) {
232 IncludePaths[
[all...]
H A DVfrCompiler.h53 CHAR8 *IncludePaths; member in struct:__anon3734
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
H A DEfiVfr.h153 INT8 *IncludePaths; member in struct:__anon5074
H A DVfrCompile.g162 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/
H A DMakeDeps.c117 STRING_LIST *IncludePaths; // all include paths to search member in struct:__anon5043
1001 List = mGlobals.IncludePaths;
1135 if (mGlobals.IncludePaths == NULL) {
1136 mGlobals.IncludePaths = NewList;
1426 while (mGlobals.IncludePaths != NULL) {
1427 Temp = mGlobals.IncludePaths->Next;
1430 // mGlobals.IncludePaths->Str, (int)(mGlobals.IncludePaths->Str));
1432 free (mGlobals.IncludePaths->Str);
1434 // printf ("Freeing include path object at 0x%X\n", (int)(mGlobals.IncludePaths));
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
H A DStrGather.c77 TEXT_STRING_LIST *IncludePaths; // all include paths to search member in struct:__anon5050
1474 List = mGlobals.IncludePaths;
1609 if (mGlobals.IncludePaths == NULL) {
1610 mGlobals.IncludePaths = NewList;
2374 while (mGlobals.IncludePaths != NULL) {
2375 Temp = mGlobals.IncludePaths->Next;
2376 free (mGlobals.IncludePaths->Str);
2377 free (mGlobals.IncludePaths);
2378 mGlobals.IncludePaths = Temp;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStrGather.c86 TEXT_STRING_LIST *IncludePaths; // all include paths to search member in struct:__anon5055
1743 List = mGlobals.IncludePaths;
1881 if (mGlobals.IncludePaths == NULL) {
1882 mGlobals.IncludePaths = NewList;
2865 while (mGlobals.IncludePaths != NULL) {
2866 Temp = mGlobals.IncludePaths->Next;
2867 free (mGlobals.IncludePaths->Str);
2868 free (mGlobals.IncludePaths);
2869 mGlobals.IncludePaths = Temp;

Completed in 174 milliseconds