Lines Matching refs:dir_path
1541 // Reads *.sct files from directory denoted by |dir_path|. |dir_path|
1544 const StringRef &dir_path) {
1547 auto dir = opendir(dir_path.c_str());
1550 LOG(ERROR) << opt << ": " << dir_path << ": "
1567 LOG(ERROR) << opt << ": failed to read directory " << dir_path << ": "
1581 path.resize(dir_path.size() + 1 + name.size());
1584 p = std::copy(std::begin(dir_path), std::end(dir_path), p);
1624 LOG(ERROR) << opt << ": the concatenated SCT data from " << dir_path
3198 // Make sure that dir_path is NULL terminated string.