Searched defs:noxcptReadLink (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/common/
H A Dutils.py244 def noxcptReadLink(sPath, sXcptRet): function
649 if self.sImage is None: self.sImage = noxcptReadLink(sProc + 'exe', None);
650 if self.sCwd is None: self.sCwd = noxcptReadLink(sProc + 'cwd', None);
654 if self.sImage is None: self.sImage = noxcptReadLink(sProc + 'path/a.out', None);
655 if self.sCwd is None: self.sCwd = noxcptReadLink(sProc + 'path/cwd', None);

Completed in 748 milliseconds