Lines Matching defs:current
224 FilePath current = *this;
228 while (current != current.DirName()) {
229 base = current.BaseName();
232 current = current.DirName();
236 base = current.BaseName();
238 ret_val.push_back(current.BaseName().value());
241 FilePath dir = current.DirName();
313 // path_ is in the current directory.
424 // If the new extension is "" or ".", then just return the current FilePath.
443 // If the new extension is "" or ".", then just remove the current extension.
481 // Don't append a separator if the path is empty (indicating the current