Searched defs:MAX_PATH (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/utils/
H A Dpath.h37 /* get MAX_PATH, note that PATH_MAX is set to 260 on Windows for
42 # undef MAX_PATH macro
43 # define MAX_PATH 1024 macro
45 # define PATH_MAX MAX_PATH
48 # define MAX_PATH PATH_MAX macro
/external/chromium/base/
H A Dlogging.cc32 #define MAX_PATH PATH_MAX macro
191 wchar_t module_name[MAX_PATH];
192 GetModuleFileName(NULL, module_name, MAX_PATH);
344 wchar_t prog_name[MAX_PATH];
345 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
349 wcscat_s(prog_name, MAX_PATH, L"debug_message.exe");
/external/webkit/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp54 #define MAX_PATH MAXPATHLEN macro
72 char path[MAX_PATH];
73 CFURLGetFileSystemRepresentation(certURLRef.get(), false, reinterpret_cast<UInt8*>(path), MAX_PATH);

Completed in 103 milliseconds