OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exename
(Results
1 - 7
of
7
) sorted by null
/external/skia/tools/sk_app/win/
main_win.cpp
40
TCHAR
exename
[1024], *next;
local
41
int exenameLen = GetModuleFileName(NULL,
exename
, SK_ARRAY_COUNT(
exename
));
42
// we're ignoring the possibility that the exe name exceeds the
exename
buffer
44
argv[argc++] = tchar_to_utf8(
exename
);
/external/skqp/tools/sk_app/win/
main_win.cpp
40
TCHAR
exename
[1024], *next;
local
41
int exenameLen = GetModuleFileName(NULL,
exename
, SK_ARRAY_COUNT(
exename
));
42
// we're ignoring the possibility that the exe name exceeds the
exename
buffer
44
argv[argc++] = tchar_to_utf8(
exename
);
/external/lz4/tests/
fullbench.c
593
static int usage(const char*
exename
)
596
DISPLAY( " %s [arg] file1 file2 ... fileX\n",
exename
);
614
static int badusage(const char*
exename
)
617
usage(
exename
);
625
const char*
exename
= argv[0];
local
631
if (argc<2) { badusage(
exename
); return 1; }
671
case 'H': usage(
exename
); usage_advanced(); return 0;
707
default : badusage(
exename
); return 1;
719
if(!input_filename) { badusage(
exename
); return 1; }
/external/valgrind/coregrind/
m_main.c
1497
const HChar*
exename
;
local
[
all
...]
/external/python/cpython2/PC/bdist_wininst/
install.c
2295
char
exename
[_MAX_PATH];
local
[
all
...]
/external/python/cpython3/PC/bdist_wininst/
install.c
2324
char
exename
[_MAX_PATH];
local
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
debuginfo.c
1238
HChar
exename
[sz_
exename
+ 1];
local
[
all
...]
Completed in 267 milliseconds