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/base/cmds/dumpstate/
H A Dutils.c268 /* skip initial slash */
348 char *slash = strrchr(anr_traces_dir, '/'); local
349 if (slash != NULL) {
350 *slash = '\0';
/frameworks/base/tools/aidl/
H A Daidl.cpp595 const char* slash = "\\"; local
598 slash = "";
607 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
611 slash = "";
614 fprintf(to, " %s %s\n", import->filename, slash);

Completed in 239 milliseconds