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

/build/kati/
H A Dfind.cc861 string npath = path; local
863 npath += '/';
864 npath += ent->d_name;
869 d_type = GetDtType(npath);
873 c = ConstructDirectoryTree(npath);
875 auto s = new DirentSymlinkNode(npath);
876 symlinks_.push_back(make_pair(npath, s));
879 c = new DirentFileNode(npath, d_type);
915 const string npath = ConcatDir(Dirname(path), buf); local
917 const DirentNode* to = FindDir(npath,
[all...]

Completed in 5 milliseconds