Searched refs:removeExt (Results 1 – 9 of 9) sorted by relevance
242 extern (C++) static const(char)* removeExt(const(char)* str)244 return removeExt(str.toDString).ptr;248 extern (D) static const(char)[] removeExt(const(char)[] str)264 assert(removeExt("/foo/bar/object.d"[]) == "/foo/bar/object");265 assert(removeExt("/foo/bar/frontend.di"[]) == "/foo/bar/frontend");
27 static const char *removeExt(const char *str);
29 static const char *removeExt(const char *str);
223 const char *FileName::removeExt(const char *str) in removeExt() function
121 const b = FileName.removeExt(filename); in lookForSourceFile()
455 srcfilename = FileName.removeExt(filename); // just does a mem.strdup(filename) in this()625 const pkgfile = FileName.combine(FileName.removeExt(srcfile.toString()), package_d); in onFileReadError()
102 srcfilename = FileName::removeExt(filename); // just does a mem.strdup(filename) in Module()1341 const char *b = FileName::removeExt(filename); in lookForSourceFile()
1071 const char *name = FileName::removeExt (basename); in d_parse_file()
1098 const char *name = FileName::removeExt (basename); in d_parse_file()