/external/llvm-project/lldb/test/API/commands/add-dsym/uuid/ |
D | TestAddDsymCommand.py | 74 src = os.path.join(self.getBuildDir(), self.source) 88 wrong_path = os.path.join(self.getBuildDir(), 94 self.getBuildDir(), 112 self.getBuildDir(),
|
/external/llvm-project/lldb/test/API/functionalities/load_unload/ |
D | TestLoadUnload.py | 40 path = self.getBuildDir() 105 new_dir = os.path.join(self.getBuildDir(), "hidden") 107 old_dylib = os.path.join(self.getBuildDir(), dylibName) 119 (self.getBuildDir(), new_dir)) 122 substrs=[self.getBuildDir(), new_dir]) 126 self.getBuildDir(), 174 wd = self.getBuildDir()
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
D | TestMiniDumpUUID.py | 212 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 232 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 240 so_dir = os.path.join(self.getBuildDir(), "searchpath_dir") 275 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 277 so_dir = os.path.join(self.getBuildDir(), "binary") 314 os.chdir(self.getBuildDir())
|
/external/deqp/scripts/build/ |
D | build.py | 42 pushWorkingDir(config.getBuildDir()) 64 pushWorkingDir(config.getBuildDir())
|
/external/llvm-project/lldb/test/API/commands/expression/save_jit_objects/ |
D | TestSaveJITObjects.py | 16 return [f for f in os.listdir(self.getBuildDir()) if f.startswith("jit")] 30 os.chdir(self.getBuildDir())
|
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteCompletion.py | 35 return str(os.path.join(self.getBuildDir(), target)).encode().hex() 54 os.makedirs(os.path.join(self.getBuildDir(), "test"))
|
/external/deqp/scripts/ |
D | make_release.py | 211 print(" Building %s" % self.baseConfig.getBuildDir()) 214 …config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()… 219 assert not os.path.exists(config.getBuildDir()) 473 …makeTmpFileCopyGroup(NULL_X32_CONFIG.getBuildDir() + "/execserver", "bin/linux32", ["*"], EXC… 474 …makeTmpFileCopyGroup(NULL_X32_CONFIG.getBuildDir() + "/executor", "bin/linux32", ["*"], EXCLU… 479 …makeTmpFileCopyGroup(NULL_X64_CONFIG.getBuildDir() + "/execserver", "bin/linux64", ["*"], EXC… 480 …makeTmpFileCopyGroup(NULL_X64_CONFIG.getBuildDir() + "/executor", "bin/linux64", ["*"], EXCLU…
|
D | run_nightly.py | 98 …return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.… 294 workingDir = os.path.join(config.buildConfig.getBuildDir(), os.path.dirname(config.binaryName))
|
D | build_caselists.py | 67 return os.path.join(buildCfg.getBuildDir(), "modules")
|
/external/llvm-project/lldb/test/API/lang/c/tls_globals/ |
D | TestTlsGlobals.py | 30 self.getBuildDir()) 33 self.dylibPath + "=" + self.getBuildDir())
|
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/ |
D | TestWeakSymbols.py | 46 hidden_dir = os.path.join(self.getBuildDir(), "hidden") 50 launch_info.SetWorkingDirectory(self.getBuildDir())
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/comp_dir_symlink/ |
D | TestCompDirSymLink.py | 39 os.chdir(self.getBuildDir()) 75 os.symlink(self.getBuildDir(), pwd_symlink)
|
/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/ |
D | TestGdbRemoteLibrariesSvr4Support.py | 19 env[self.dylibPath] = self.getBuildDir() 106 self.assertIn(os.path.realpath(self.getBuildDir() + "/" + lib), libraries_svr4_names)
|
/external/llvm-project/lldb/test/API/functionalities/load_using_paths/ |
D | TestLoadUsingPaths.py | 35 self.wd = os.path.realpath(self.getBuildDir()) 52 path_dir = os.path.join(self.getBuildDir(), "hidden")
|
/external/llvm-project/lldb/test/API/source-manager/ |
D | TestSourceManager.py | 161 builddir_real = os.path.realpath(self.getBuildDir()) 254 builddir_real = os.path.realpath(self.getBuildDir())
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
D | TestLinuxCore.py | 218 self.getBuildDir(), "lldb_i386_mock_sysroot") 244 exe_outside = os.path.join(self.getBuildDir(), "bin", "a.out") 249 tmp_sysroot = os.path.join(self.getBuildDir(), "mock_sysroot") 256 core_file = os.path.join(self.getBuildDir(), "patched.core")
|
/external/llvm-project/lldb/test/API/macosx/save_crashlog/ |
D | TestSaveCrashlog.py | 35 out_file = os.path.join(self.getBuildDir(), "crash.log")
|
/external/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/ |
D | TestDeepBundle.py | 48 popen = self.spawnSubprocess(exe, [self.getBuildDir(), pid_file_path])
|
/external/llvm-project/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/ |
D | TestBundleWithDotInFilename.py | 40 os.chdir(self.getBuildDir());
|
/external/llvm-project/lldb/test/API/commands/process/attach/ |
D | TestProcessAttach.py | 48 testdir = self.getBuildDir()
|
/external/llvm-project/lldb/test/API/commands/process/launch-with-shellexpand/ |
D | TestLaunchWithShellExpand.py | 99 % (self.getBuildDir()))
|
/external/llvm-project/lldb/test/API/commands/platform/sdk/ |
D | TestPlatformSDK.py | 58 test_home = os.path.join(self.getBuildDir(), 'fake_home.noindex')
|
/external/deqp/external/openglcts/scripts/ |
D | build_caselists.py | 106 return os.path.join(buildCfg.getBuildDir(), GLCTS_DIR_NAME)
|
/external/deqp/external/vulkancts/scripts/ |
D | build_spirv_binaries.py | 64 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 734 def getBuildDir(self): member in Base 750 bdir = self.getBuildDir() 757 return os.path.join(self.getBuildDir(), name) 1167 return os.path.join(self.getBuildDir(), prefix) 1931 src = os.path.join(self.getBuildDir(), source) 1991 self.getBuildDir(), shlib_prefix + name + shlib_extension) 1994 self.getBuildDir(), name + shlib_extension) 1996 local_shlib_path = os.path.join(self.getBuildDir(), name) 2060 return self.getBuildDir()
|