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

1 2

  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 24 #define MAX_PATH 4096
40 char filename[MAX_PATH+1], file_version[MAX_FILE_VERSION+1], *spaced_allocs = NULL;
70 while(fscanf(blk_alloc_file, "%" ___STRING(MAX_PATH) "s ", filename) != EOF) {
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 24 # ifdef MAX_PATH
25 # define PATH_MAX MAX_PATH
28 # define MAX_PATH _MAX_PATH
  /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/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 108 #define MAX_PATH PATH_MAX
  /external/python/cpython2/Lib/ctypes/
wintypes.py 140 MAX_PATH = 260
151 ("cFileName", c_char * MAX_PATH),
163 ("cFileName", c_wchar * MAX_PATH),
174 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 43 #if defined(PATH_MAX) && !defined(MAX_PATH)
44 #define MAX_PATH PATH_MAX
  /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/ndk/r16/sources/third_party/vulkan/src/tests/
vktestframework.cpp 32 #if defined(PATH_MAX) && !defined(MAX_PATH)
33 #define MAX_PATH PATH_MAX
    [all...]
  /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',

Completed in 1958 milliseconds

1 2