Searched refs:fShellArguments (Results 1 – 4 of 4) sorted by relevance
33 fShellArguments(NULL), in Arguments()92 argv = fShellArguments; in GetShellArguments()101 free((void *)fShellArguments[i]); in _SetShellArguments()102 delete[] fShellArguments; in _SetShellArguments()104 fShellArguments = NULL; in _SetShellArguments()109 fShellArguments = new const char*[argc + 1]; in _SetShellArguments()111 fShellArguments[i] = strdup(argv[i]); in _SetShellArguments()113 fShellArguments[argc] = NULL; in _SetShellArguments()
41 const char** fShellArguments; variable
49 fShellArguments(NULL), in Arguments()125 argv = fShellArguments; in GetShellArguments()133 delete[] fShellArguments; in _SetShellArguments()134 fShellArguments = NULL; in _SetShellArguments()139 fShellArguments = new const char*[argc + 1]; in _SetShellArguments()141 fShellArguments[i] = argv[i]; in _SetShellArguments()143 fShellArguments[argc] = NULL; in _SetShellArguments()
29 const char **fShellArguments; variable