Home | History | Annotate | Download | only in source

Lines Matching defs:working_dir

840     std::string working_dir;                // The new working directory to use for the inferior
958 working_dir.assign(optarg);
1108 if (!working_dir.empty())
1110 if (remote->Context().SetWorkingDirectory (working_dir.c_str()) == false)
1112 RNBLogSTDERR ("error: working directory doesn't exist '%s'.\n", working_dir.c_str());