Searched refs:exe_dir (Results 1 – 2 of 2) sorted by relevance
469 exe_dir = os.path.dirname(executable)470 lldbutil.mkdir_p(exe_dir)483 exe_dir_norm = os.path.normcase(exe_dir)
121 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile() local123 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()