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

/frameworks/base/media/libstagefright/
H A DHTTPDataSource.cpp161 char *slash = strchr(uri + 7, '/'); local
162 if (slash == NULL) {
166 host = string(uri + 7, slash - (uri + 7));
167 path = slash;
/frameworks/base/cmds/dumpstate/
H A Dutils.c258 /* skip initial slash */
338 char *slash = strrchr(anr_traces_dir, '/'); local
339 if (slash != NULL) {
340 *slash = '\0';
/frameworks/base/tools/aidl/
H A Daidl.cpp588 const char* slash = "\\"; local
591 slash = "";
595 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
599 slash = "";
602 fprintf(to, " %s %s\n", import->filename, slash);

Completed in 154 milliseconds