Searched defs:pointer (Results 1 - 3 of 3) sorted by relevance

/build/kati/
H A Dstring_piece.h49 typedef const char* pointer; typedef in class:StringPiece
74 // data() may return a pointer to a buffer with embedded NULs, and the
122 // std::string doesn't like to take a NULL pointer even with a 0 size.
/build/make/tools/ijar/
H A Dzip_main.cc96 char *pointer = path_; local
97 while ((pointer = strchr(pointer, '/')) != NULL) {
98 if (path_ != pointer) { // skip leading slash
99 *pointer = 0;
107 *pointer = '/';
109 pointer++;
147 const char *pointer = strrchr(path, '/'); local
148 if (pointer == NULL) {
149 pointer
[all...]
/build/tools/ijar/
H A Dzip_main.cc96 char *pointer = path_; local
97 while ((pointer = strchr(pointer, '/')) != NULL) {
98 if (path_ != pointer) { // skip leading slash
99 *pointer = 0;
107 *pointer = '/';
109 pointer++;
147 const char *pointer = strrchr(path, '/'); local
148 if (pointer == NULL) {
149 pointer
[all...]

Completed in 75 milliseconds