Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance
404 for (std::string& child_path : children_paths) { in CreateSentinel()410 DirectoryEntry child_entry{std::move(child_path), kInvalidIno, DT_DIR}; in CreateSentinel()500 auto child_path = [&] { return dirpath + "/" + dp->d_name; }; in ReadDirectoryEntriesFromDirectoryPath() local511 LOG(VERBOSE) << "Find entry " << child_path() in ReadDirectoryEntriesFromDirectoryPath()513 results.push_back(DirectoryEntry{child_path(), in ReadDirectoryEntriesFromDirectoryPath()518 LOG(WARNING) << "Found unknown DT entry: " << child_path(); in ReadDirectoryEntriesFromDirectoryPath()520 results.push_back(DirectoryEntryError{kDtUnknown, /*errno*/0, child_path()}); in ReadDirectoryEntriesFromDirectoryPath()523 results.push_back(DirectoryEntry{child_path(), in ReadDirectoryEntriesFromDirectoryPath()528 LOG(VERBOSE) << "Skip DT entry of type: " << dp->d_type << " " << child_path(); in ReadDirectoryEntriesFromDirectoryPath()