Home
last modified time | relevance | path

Searched refs:hidden_dir (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py34 self.hidden_dir = os.path.join(self.wd, 'hidden')
35 self.hidden_lib = os.path.join(self.hidden_dir, self.lib_name)
73 paths.AppendString(self.hidden_dir)
129 abs_spec = lldb.SBFileSpec(os.path.join(self.hidden_dir, self.lib_name))
136 paths.AppendString(self.hidden_dir)
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py45 def copy_shlibs_to_remote(self, hidden_dir=False): argument
66 if hidden_dir:
68 hidden_dir = os.path.join(wd, 'hidden')
69 hidden_file = os.path.join(hidden_dir, shlib)
70 err = lldb.remote_platform.MakeDirectory(hidden_dir)
73 "Unable to create a directory '%s'." % hidden_dir)
151 self.copy_shlibs_to_remote(hidden_dir=True)
/llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/
H A DTestWeakSymbols.py45 hidden_dir = os.path.join(self.getBuildDir(), "hidden")
46 hidden_dylib = os.path.join(hidden_dir, "libdylib.dylib")