Lines Matching refs:string
28 string options;
29 string path;
30 string optionalName;
34 string functionName;
35 string clientCwd;
36 string reserve1;
37 string reserve2;
43 string context;
44 string fullName;
71 string localName;
72 string localPath;
73 string remotePath;
74 string localDirName;
86 vector<string> taskQueue; // save file list if directory send mode
90 map<string, FileMode> dirModeMap; // save dir mode on slave
102 int GetSubFiles(const char *path, string filter, vector<string> *out);
103 int GetSubFilesRecursively(string path, string currentDirname, vector<string> *out);
110 bool MatchPackageExtendName(string fileName, string extName);
112 bool SmartSlavePath(string &cwd, string &localPath, const char *optName);
113 bool CheckLocalPath(string &localPath, string &optName, string &errStr);
114 bool CheckFilename(string &localPath, string &optName, string &errStr);
116 void ExtractRelativePath(string &cwd, string &path);
121 const string CMD_OPTION_CLIENTCWD = "-cwd";