Home | History | Annotate | Download | only in load_unload

Lines Matching refs:new_dir

40         new_dir = os.path.join(os.getcwd(), "hidden")
43 new_dylib = os.path.join(new_dir, dylibName)
53 self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
60 substrs = [os.getcwd(), new_dir])
63 substrs = [new_dir])
68 env_cmd_string = "settings set target.env-vars " + self.dylibPath + "=" + new_dir
99 new_dir = os.path.join(os.getcwd(), special_dir)
102 new_dylib = os.path.join(new_dir, dylibName)
104 new_dSYM = os.path.join(new_dir, dsymName)
111 env_cmd_string = "settings set target.env-vars " + self.dylibPath + "=" + new_dir