OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filepathjoin
(Results
1 - 1
of
1
) sorted by null
/build/kati/
pathutil.go
105
func
filepathJoin
(names ...string) string {
390
name =
filepathJoin
(path, ent.name)
399
id, ents := c.readdir(filepathClean(
filepathJoin
(fc.chdir, path)), id)
410
lpath :=
filepathJoin
(path, ent.name)
432
c.find(w, fc,
filepathJoin
(path, ent.name), ent.id, depth+1, seen)
493
id, _ := fsCache.readdir(filepathClean(
filepathJoin
(fc.chdir, dir)), unknownFileid)
865
w.writeWordString(
filepathJoin
(dir, ent.name))
872
lpath :=
filepathJoin
(dir, subdir.name)
880
fc.walk(w,
filepathJoin
(dir, subdir.name), subdir.id, depth+1, seen)
Completed in 2810 milliseconds