Lines Matching defs:fullPath
4259 String fullPath = baseName;
4262 if (dirName[0]!='/') fullPath.append("/");
4263 fullPath.append(dirName);
4265 DIR *dir = opendir(fullPath.c_str());
6153 String fullPath = fullPathURI.getPath();
6154 if (fullPath[0] == '/')
6155 fullPath = fullPath.substr(1);
6156 //trace("Normalized %s to %s", dfname.c_str(), fullPath.c_str());
6157 iter = allFiles.find(fullPath);
6162 frec->files[fullPath] = other;