Searched refs:srcEntry_ (Results 1 – 2 of 2) sorted by relevance
29 srcEntry_ = request.srcEntry; in ChildProcessRecord()34 srcEntry_ = request.srcEntry.substr(0, pos); in ChildProcessRecord()45 …srcEntry_(libName), hostRecord_(hostRecord), mainProcessCb_(mainProcessCb), isStartWithDebug_(isSt… in ChildProcessRecord()114 return srcEntry_; in GetSrcEntry()187 if (srcEntry_.empty()) { in MakeProcessName()191 std::string filename = std::filesystem::path(srcEntry_).stem(); in MakeProcessName()
79 std::string srcEntry_; variable