Home
last modified time | relevance | path

Searched refs:cpszDir (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/src/
Dstd_path.c45 int std_makepath(const char* cpszDir, const char* cpszFile, in std_makepath() argument
52 BufBound_Puts(&bb, cpszDir); in std_makepath()
54 if (('\0' != cpszDir[0]) && /* non-empty dir */ in std_makepath()
55 ('/' != cpszDir[std_strlen(cpszDir)-1])) { /* no slash at end of dir */ in std_makepath()
73 char* std_splitpath(const char* cpszPath, const char* cpszDir) in std_splitpath() argument
77 while ( ! ('\0' == cpszDir[0] || in std_splitpath()
78 ('/' == cpszDir[0] && '\0' == cpszDir[1])) ){ in std_splitpath()
80 if (*cpszDir != *cpsz) { in std_splitpath()
85 ++cpszDir; in std_splitpath()
/external/fastrpc/inc/
DAEEstd.h132 extern int std_makepath(const char *cpszDir,
135 extern char * std_splitpath(const char *cpszPath, const char *cpszDir);