Searched refs:exeName (Results 1 – 4 of 4) sorted by relevance
/external/lz4/programs/ |
D | lz4cli.c | 110 static int usage(const char* exeName) in usage() argument 113 DISPLAY( " %s [arg] [input] [output] \n", exeName); in usage() 129 static int usage_advanced(const char* exeName) in usage_advanced() argument 132 usage(exeName); in usage_advanced() 168 static int usage_longhelp(const char* exeName) in usage_longhelp() argument 170 usage_advanced(exeName); in usage_longhelp() 196 DISPLAY( "%s will refuse to read from console, or write to console \n", exeName); in usage_longhelp() 202 DISPLAY( " %s filename\n", exeName); in usage_longhelp() 207 DISPLAY( " %s -9 -f filename \n", exeName); in usage_longhelp() 209 DISPLAY( " %s -9f filename \n", exeName); in usage_longhelp() [all …]
|
/external/vulkan-validation-layers/ |
D | determine_vs_version.py | 63 exeName = 'msbuild.exe' variable 64 versionCall = exeName + ' /ver' 68 foundExeName = find_executable(exeName) 74 print('Executable ' + exeName + ' not found in PATH!')
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 106 char* exeName = new char[DIR_BUFFER_LEN]; in OsInit() local 107 if(exeNameTCHAR && exeName) in OsInit() 126 exeName[i] = (char)exeNameTCHAR[i]; in OsInit() 129 SetAppName(exeName); in OsInit() 130 SetReadPath(exeName); in OsInit() 131 SetWritePath(exeName); in OsInit() 135 delete [] exeName; in OsInit()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1123 char exeName[MAX_PATH + 1]; in GetAdapterIdentifier() local 1124 int n = GetModuleBaseName(GetCurrentProcess(), 0, exeName, MAX_PATH); in GetAdapterIdentifier() 1125 exeName[n] = '\0'; in GetAdapterIdentifier() 1127 if(strncmp(exeName, "Fallout", 7) == 0) in GetAdapterIdentifier()
|