HomeSort by relevance Sort by last modified time
    Searched defs:MAX_PATH (Results 1 - 25 of 41) sorted by null

1 2

  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 23 #define MAX_PATH 4096
34 char filename[MAX_PATH], file_version[MAX_FILE_VERSION], *spaced_allocs = NULL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
EfiVfr.h 26 #define MAX_PATH 255
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
EfiVfr.h 22 #define MAX_PATH 255
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 34 #define MAX_PATH 200
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Common.h 32 #ifdef MAX_PATH
33 #undef MAX_PATH
34 #define MAX_PATH 1024
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.h 41 #define MAX_PATH 200
81 CHAR8 OutFileName[MAX_PATH];
  /external/webrtc/webrtc/base/
fileutils.cc 26 #define MAX_PATH 260
276 char version_base[MAX_PATH];
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FwBlockService.h 89 #define MAX_PATH 256
91 CHAR16 MappedFile[MAX_PATH];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 41 #define MAX_PATH 256
48 INT8 OutFileName[MAX_PATH];
49 INT8 InFileName[MAX_PATH];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 34 #define MAX_PATH 260
48 UINT8 FileName[MAX_PATH];
66 UINT8 PackageListFileName[MAX_PATH]; // Output package list file name
67 UINT8 ResourceFileName[MAX_PATH]; // Output HII resource file name
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 40 #define MAX_PATH 255
145 INT8 VfrFileName[MAX_PATH];
146 INT8 VfrListFileName[MAX_PATH];
149 INT8 IfrOutputFileName[MAX_PATH];
150 INT8 OutputDirectory[MAX_PATH];
151 INT8 PreprocessorOutputFileName[MAX_PATH];
152 INT8 VfrBaseFileName[MAX_PATH]; // name of input VFR file with no path or extension
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbstorioctl.h 3 #ifndef MAX_PATH
4 #define MAX_PATH 260
48 WCHAR wszDeviceInstancePath[(2 * MAX_PATH) + 1];
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 604 #define MAX_PATH 512
609 char path[MAX_PATH];
610 char filepath[MAX_PATH];
617 snprintf(path + strlen(path), MAX_PATH - strlen(path), "/dir%d", i);
625 snprintf(nameStart, MAX_PATH - pathlen, "/file%d", j);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 24 #ifndef MAX_PATH
25 #define MAX_PATH 255
56 CHAR8 FileName[MAX_PATH];
621 CHAR8 FoundFileName[MAX_PATH];
998 CHAR8 IncludeFileName[MAX_PATH];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 31 #define MAX_PATH 255
63 char FileName[MAX_PATH];
640 char FoundFileName[MAX_PATH];
1017 char IncludeFileName[MAX_PATH];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 61 #define MAX_PATH 200
96 INT8 OutFileName[MAX_PATH];
    [all...]
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 32 #if defined(PATH_MAX) && !defined(MAX_PATH)
33 #define MAX_PATH PATH_MAX
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 144 MAX_PATH = 260
155 ("cFileName", c_char * MAX_PATH),
167 ("cFileName", c_wchar * MAX_PATH),
178 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 144 MAX_PATH = 260
155 ("cFileName", c_char * MAX_PATH),
167 ("cFileName", c_wchar * MAX_PATH),
178 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 144 MAX_PATH = 260
155 ("cFileName", c_char * MAX_PATH),
167 ("cFileName", c_wchar * MAX_PATH),
178 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 144 MAX_PATH = 260
155 ("cFileName", c_char * MAX_PATH),
167 ("cFileName", c_wchar * MAX_PATH),
178 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 39 #define MAX_PATH 260
60 UINT8 FileName[MAX_PATH];
85 CHAR8 OutputFileName[MAX_PATH]; // Output dump file
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 43 #define MAX_PATH 2048
132 INT8 TargetFileName[MAX_PATH]; // target object filename
133 INT8 SumDepsPath[MAX_PATH]; // path to summary files
134 INT8 TmpFileName[MAX_PATH]; // temp file name for output file
226 INT8 TargetFileName[MAX_PATH];
375 INT8 FileNameCopy[MAX_PATH];
377 INT8 SumDepsFile[MAX_PATH];
861 INT8 Str[MAX_PATH];
953 INT8 FullFileName[MAX_PATH * 2];
    [all...]
  /external/libchrome/base/
logging.cc 44 #define MAX_PATH PATH_MAX
176 wchar_t module_name[MAX_PATH];
177 GetModuleFileName(nullptr, module_name, MAX_PATH);
300 wchar_t system_buffer[MAX_PATH];
  /external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c 53 #define MAX_PATH 128
73 char path[MAX_PATH];
89 char path[MAX_PATH];
102 char path[MAX_PATH];
333 snprintf(bdir->path, MAX_PATH, "%s/tmp_%s",
376 char path[MAX_PATH];
379 snprintf(path, MAX_PATH, "%s/%s%s",
390 snprintf(path, MAX_PATH, "%s/%s", bdirs[dir].path,
395 snprintf(path + strlen(path), MAX_PATH - strlen(path),
442 create_link_path(slink_info.path, MAX_PATH,
    [all...]

Completed in 765 milliseconds

1 2