Home
last modified time | relevance | path

Searched refs:cpszFile (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
58 if ('/' == cpszFile[0]) { in std_makepath()
59 cpszFile++; in std_makepath()
62 BufBound_Puts(&bb, cpszFile); in std_makepath()
156 char* std_basename(const char* cpszFile) in std_basename() argument
160 if ((char*)0 != (cpsz = std_strrchr(cpszFile,'/'))) { in std_basename()
161 cpszFile = cpsz+1; in std_basename()
164 return (char*)cpszFile; in std_basename()
/external/fastrpc/inc/
DAEEstd.h133 const char *cpszFile,