OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSSEP
(Results
1 - 2
of
2
) sorted by null
/build/tools/acp/
acp.c
33
#define
FSSEP
'/' /* filename separator char */
64
if (stripDest[stripDestLen-1] ==
FSSEP
) {
126
if (src[srcLen-1] ==
FSSEP
)
130
srcName = strrchr(src,
FSSEP
);
144
dst[stripDestLen] =
FSSEP
;
/build/libs/host/
CopyFile.c
49
#define
FSSEP
'/' /* filename separator char */
502
srcFile[srcLen] =
FSSEP
;
507
dstFile[dstLen] =
FSSEP
;
Completed in 39 milliseconds