Lines Matching refs:full_path
87 char full_path[PATH_MAX];
88 if (realpath(path->value().c_str(), full_path) == NULL)
90 *path = FilePath(full_path);
488 bool CreateDirectory(const FilePath& full_path) {
493 FilePath last_path = full_path;
494 subpaths.push_back(full_path);
495 for (FilePath path = full_path.DirName();
671 FilePath full_path = root_path_.Append(i->filename);
672 if (ShouldSkip(full_path))
676 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE))
680 pending_paths_.push(full_path);