Searched refs:OS_PATH_SEPARATOR (Results 1 - 4 of 4) sorted by relevance

/system/core/libutils/
H A DString8.cpp40 // to OS_PATH_SEPARATOR.
519 if (len > 0 && buf[len-1] == OS_PATH_SEPARATOR)
532 cp = strrchr(buf, OS_PATH_SEPARATOR);
544 cp = strrchr(str, OS_PATH_SEPARATOR);
557 cp = strchr(buf, OS_PATH_SEPARATOR);
561 cp = strchr(buf, OS_PATH_SEPARATOR);
587 lastSlash = strrchr(str, OS_PATH_SEPARATOR);
628 if (name[0] != OS_PATH_SEPARATOR) {
647 if (buf[len-1] != OS_PATH_SEPARATOR)
648 buf[len++] = OS_PATH_SEPARATOR;
[all...]
/system/core/adb/
H A Dsysdeps.h57 #define OS_PATH_SEPARATOR '\\' macro
293 #define OS_PATH_SEPARATOR '/' macro
H A Dfile_sync_client.cpp413 *x = OS_PATH_SEPARATOR;
H A Dcommandline.cpp752 *x = OS_PATH_SEPARATOR;

Completed in 162 milliseconds