Home
last modified time | relevance | path

Searched refs:npath (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dfind.cc947 string npath = path; in ConstructDirectoryTree() local
949 npath += '/'; in ConstructDirectoryTree()
950 npath += ent->d_name; in ConstructDirectoryTree()
955 d_type = GetDtType(npath); in ConstructDirectoryTree()
959 c = ConstructDirectoryTree(npath); in ConstructDirectoryTree()
964 auto s = new DirentSymlinkNode(npath); in ConstructDirectoryTree()
965 symlinks_.push_back(make_pair(npath, s)); in ConstructDirectoryTree()
968 c = new DirentFileNode(npath, d_type); in ConstructDirectoryTree()
1004 const string npath = ConcatDir(Dirname(path), buf); in ResolveSymlinks() local
1006 const DirentNode* to = FindDir(npath, &should_fallback); in ResolveSymlinks()