Searched defs:baseName (Results 1 – 3 of 3) sorted by relevance
25 const baseName = path.basename(current); constant
66 function baseName(path: string): string { function95 const fileName = this.stableForTests ? baseName(this.filename) : this.filename; constant
408 std::string baseName = pcsp->SetNames(file->name(), file->package()); in Generate() local