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

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp34 const char *slash = dot - 1; local
35 while (slash >= fileName) {
36 if (*slash == OS_PATH_SEPARATOR) {
39 if ((*slash == '.') && (*dot == 0)) {
40 dot = slash;
42 --slash;
44 ++slash;
45 return string(slash, dot - slash);
68 const char *slash local
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.c304 /* skip initial slash */
395 char *slash = strrchr(anr_traces_dir, '/'); local
396 if (slash != NULL) {
397 *slash = '\0';
/frameworks/base/tools/aidl/
H A Daidl.cpp644 const char* slash = "\\"; local
647 slash = "";
656 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
660 slash = "";
663 fprintf(to, " %s %s\n", import->filename, slash);

Completed in 2388 milliseconds