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

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp37 const char *slash = dot - 1; local
38 while (slash >= fileName) {
39 if (*slash == OS_PATH_SEPARATOR) {
42 if ((*slash == '.') && (*dot == 0)) {
43 dot = slash;
45 --slash;
47 ++slash;
48 return string(slash, dot - slash);
71 const char *slash local
[all...]
/frameworks/base/tools/aidl/
H A Daidl.cpp652 const char* slash = "\\"; local
655 slash = "";
664 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
668 slash = "";
671 fprintf(to, " %s %s\n", import->filename, slash);
/frameworks/native/cmds/dumpstate/
H A Dutils.c325 char *slash = "/"; local
333 ++slash;
351 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name,
578 /* skip initial slash */
632 char *slash = strrchr(anr_traces_dir, '/'); local
633 if (slash != NULL) {
634 *slash = '\0';
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 972 milliseconds