Home
last modified time | relevance | path

Searched refs:MAX_PATH (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dmemstream.c46 char path[MAX_PATH]; in u_memstream_open()
47 DWORD dwResult = GetTempPath(MAX_PATH, path); in u_memstream_open()
48 if ((dwResult > 0) && (dwResult < MAX_PATH)) { in u_memstream_open()
Du_process.c149 static char buf[MAX_PATH]; in __getProgramName()
Ddbghelp.h397 CHAR CVData[MAX_PATH*3];
421 WCHAR CVData[MAX_PATH*3];
526 CHAR FileName[MAX_PATH];
544 CHAR FileName[MAX_PATH];
681 CHAR Obj[MAX_PATH + 1];
682 CHAR FileName[MAX_PATH + 1];
769 char file[MAX_PATH];
Ddisk_cache_os.c53 WCHAR filename[MAX_PATH]; in disk_cache_get_function_identifier()
/hardware/qcom/sm8150/thermal/
Dthermal_common.c33 #define MAX_PATH (256) macro
134 char name[MAX_PATH] = {0}; in get_tzn()
135 char cwd[MAX_PATH] = {0}; in get_tzn()
168 snprintf(name, MAX_PATH, THERMAL_TYPE, in get_tzn()
/hardware/google/aemu/base/
DSharedMemory_win32.cpp31 WCHAR path[MAX_PATH]; in SharedMemory()
32 DWORD cPath = MAX_PATH; in SharedMemory()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dprocess_test.c36 #define PATH_MAX MAX_PATH
/hardware/google/aemu/base/include/aemu/base/
Dmsvc.h131 #define PATH_MAX MAX_PATH