Searched refs:getGetUidPath (Results 1 – 5 of 5) sorted by relevance
102 String uidFileSource = data.getGetUidPath(); in copyGetUidSoFile()203 line = "GetUidFile=" + data.getGetUidPath(); in createInfoFile()236 if ( ! data.getGetUidPath().equals("null") ) { in removeSpecialFiles()237 SystemManager.deleteFile(new File(data.getGetUidPath())); in removeSpecialFiles()
181 System.err.println("getuid.so File: " + data.getGetUidPath()); in dumpNewInstallData()
281 getuidFile = new File(data.getGetUidPath()); in findUidFile()
318 env.put("LD_PRELOAD_32", data.getGetUidPath()); in setEnvironmentForUserInstall()
436 public String getGetUidPath() { in getGetUidPath() method in InstallData
Completed in 22 milliseconds