OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPY_TRY_EXE
(Results
1 - 3
of
3
) sorted by null
/build/libs/host/include/host/
CopyFile.h
14
COPY_TRY_EXE
= 0x00020000, // on Win32, try adding '.exe' to filename
/build/tools/acp/
acp.c
193
options |=
COPY_TRY_EXE
;
/build/libs/host/
CopyFile.c
573
if (isCmdLine && statResult < 0 && statErrno == ENOENT && (options &
COPY_TRY_EXE
)) {
Completed in 116 milliseconds