Home
last modified time | relevance | path

Searched refs:PATH_MAX (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Host/posix/
H A DFileSystemPosix.cpp45 char buf[PATH_MAX]; in Readlink()
57 char resolved_path[PATH_MAX]; in ResolveSymbolicLink()
62 char real_path[PATH_MAX + 1]; in ResolveSymbolicLink()
H A DHostInfoPosix.cpp32 char hostname[PATH_MAX]; in GetHostname()
80 char user_buffer[PATH_MAX]; in GetPassword()
99 char group_buffer[PATH_MAX]; in DoGetGroupName()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dreadlink.c12 char symlink_path[PATH_MAX]; in main()
19 char readlink_path[PATH_MAX]; in main()
H A Dreadlinkat.c13 char symlink_path[PATH_MAX]; in main()
20 char readlinkat_path[PATH_MAX]; in main()
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPosixApi.h24 #ifndef PATH_MAX
25 #define PATH_MAX 32768 macro
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template15 #if !defined(PATH_MAX)
16 #define PATH_MAX 4096
50 char path[PATH_MAX];
51 script_spec.GetPath(path, PATH_MAX);
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc66 #if !defined(PATH_MAX)
69 #define PATH_MAX 4096
137 char fullpath[PATH_MAX];
142 if (chars >= PATH_MAX)
167 char cwd[PATH_MAX];
202 char exe_path[PATH_MAX];
214 char exe_path[PATH_MAX];
243 char exe_path[PATH_MAX];
258 char exe_path[PATH_MAX];
291 char exe_path[PATH_MAX];
[all …]
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp136 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry()
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); in checkForOProfileProcEntry()
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp14 #if !defined(PATH_MAX)
15 #define PATH_MAX 512 macro
1096 char system_wide_marker_filename[PATH_MAX] = {0}; in __itt_get_lib_name()
1100 res = snprintf(system_wide_marker_filename, PATH_MAX - 1, "%s%s", in __itt_get_lib_name()
1110 char cmdline_path[PATH_MAX] = {0}; in __itt_get_lib_name()
1111 char package_name[PATH_MAX] = {0}; in __itt_get_lib_name()
1112 char app_sandbox_file[PATH_MAX] = {0}; in __itt_get_lib_name()
1128 res = read(cmdline_fd, package_name, PATH_MAX - 1); in __itt_get_lib_name()
1143 res = snprintf(app_sandbox_file, PATH_MAX - 1, "/data/data/%s/%s", in __itt_get_lib_name()
1159 char itt_lib_name[PATH_MAX] = {0}; in __itt_get_lib_name()
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBServices.cpp84 char proc_path_buf[PATH_MAX]; in GetProcesses()
86 int return_val = proc_pidpath(pid, proc_path_buf, PATH_MAX); in GetProcesses()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp136 char final_path[PATH_MAX]; in AddInitialCommand()
244 char path[PATH_MAX]; in ProcessArgs()
388 char python_path[PATH_MAX]; in ProcessArgs()
389 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()
390 if (num_chars < PATH_MAX) { in ProcessArgs()
H A DPlatform.h64 #define PATH_MAX MAX_PATH macro
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp99 char exec_cf_path[PATH_MAX]; in LocateMacOSXFilesUsingDebugSymbols()
108 char path[PATH_MAX]; in LocateMacOSXFilesUsingDebugSymbols()
510 char cstr_buf[PATH_MAX]; in DownloadObjectAndSymbolFile()
532 static char g_dsym_for_uuid_exe_path[PATH_MAX]; in DownloadObjectAndSymbolFile()
585 char file_path[PATH_MAX]; in DownloadObjectAndSymbolFile()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcuda_common.c23 char name[PATH_MAX]; in cuda_open_files()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc50 #elif defined(PATH_MAX)
51 # define GTEST_PATH_MAX_ PATH_MAX
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp48 char exe_path[PATH_MAX]; in GetProgramFileSpec()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp107 char path[PATH_MAX]; in CreateInstance()
166 char dsym_uuid_plist_path[PATH_MAX]; in CreateInstance()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp73 std::vector<wchar_t> buffer(PATH_MAX); in GetExecutableForProcess()
119 std::vector<wchar_t> buffer(PATH_MAX); in GetModuleFileSpecForHostAddress()
H A DHostInfoWindows.cpp103 std::vector<wchar_t> buffer(PATH_MAX); in GetProgramFileSpec()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp63 char proc_path[PATH_MAX + 1]; in Next()
H A Dsanitizer_procmaps_bsd.cpp97 Min(segment->filename_size, (uptr)PATH_MAX), "%s", in Next()
H A Dsanitizer_freebsd.h100 char kve_path[PATH_MAX];
/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpecList.cpp108 char path[PATH_MAX]; in GetDescription()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp171 std::string ExePath(PATH_MAX, '\0'); in GetExePathAndArch()
177 ssize_t len = readlink(ProcExe.c_str(), &ExePath[0], PATH_MAX); in GetExePathAndArch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp168 char platform_file_path[PATH_MAX]; in GetSymbolFile()
234 char platform_file_path[PATH_MAX]; in GetSharedModule()

1234