Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance
343 for (std::string& child_path : children_paths) { in CreateSentinel()349 DirectoryEntry child_entry{std::move(child_path), kInvalidIno, DT_DIR}; in CreateSentinel()439 auto child_path = [&] { return dirpath + "/" + dp->d_name; }; in ReadDirectoryEntriesFromDirectoryPath() local450 LOG(VERBOSE) << "Find entry " << child_path() in ReadDirectoryEntriesFromDirectoryPath()452 results.push_back(DirectoryEntry{child_path(), in ReadDirectoryEntriesFromDirectoryPath()457 LOG(WARNING) << "Found unknown DT entry: " << child_path(); in ReadDirectoryEntriesFromDirectoryPath()459 results.push_back(DirectoryEntryError{kDtUnknown, /*errno*/0, child_path()}); in ReadDirectoryEntriesFromDirectoryPath()462 results.push_back(DirectoryEntry{child_path(), in ReadDirectoryEntriesFromDirectoryPath()467 LOG(VERBOSE) << "Skip DT entry of type: " << dp->d_type << " " << child_path(); in ReadDirectoryEntriesFromDirectoryPath()