Searched refs:dirsep (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dos_compat_android.cc133 char* dirsep = strrchr(path, '/'); local
134 if (dirsep != NULL) {
138 *dirsep = '\0'; // Terminating directory path temporarily
142 *dirsep = '/'; // Restoring directory separator
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c352 const char *dirsep) {
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
388 const char *dirsep) {
394 return searchpath(L, name, path, ".", dirsep);
349 searchpath(lua_State *L, const char *name, const char *path, const char *sep, const char *dirsep) argument
386 findfile(lua_State *L, const char *name, const char *pname, const char *dirsep) argument

Completed in 1586 milliseconds