HomeSort by relevance Sort by last modified time
    Searched refs:dirsep (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
os_compat_android.cc 134 char* dirsep = strrchr(path, '/'); local
135 if (dirsep != NULL) {
139 *dirsep = '\0'; // Terminating directory path temporarily
143 *dirsep = '/'; // Restoring directory separator
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 352 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);
  /external/syslinux/com32/lua/src/
loadlib.c 401 const char *dirsep) {
405 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
437 const char *dirsep) {
443 return searchpath(L, name, path, ".", dirsep);

Completed in 82 milliseconds