/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_nolibc.cpp | 28 CreateDir(const char * pathname) CreateDir() argument
|
H A D | sanitizer_posix_libcdep.cpp | 174 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } in CreateDir() argument
|
H A D | sanitizer_linux_libcdep.cpp | 947 const char *pathname = "/proc/self/exe"; ReExec() local
|
H A D | sanitizer_win.cpp | 595 CreateDir(const char * pathname) CreateDir() argument
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath()
|
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 134 uint64_t __open(const char *pathname, uint64_t flags, uint64_t mode) { in __open() 163 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
|
H A D | sys_x86_64.h | 179 uint64_t __open(const char *pathname, uint64_t flags, uint64_t mode) { in __open() 199 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
|
/llvm-project/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 72 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs() local
|
/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 169 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() 174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile()
|
/llvm-project/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 22 const char *pathname, const lldb::user_id_t cu_sym_id, in CompileUnit() argument
|
/llvm-project/libcxx/test/support/ |
H A D | filesystem_test_helper.h | 114 fopen64(const char * pathname,const char * mode) fopen64() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 809 INTERCEPTOR(int,fstatat,int fd,char * pathname,void * buf,int flags) INTERCEPTOR() argument 821 INTERCEPTOR(int,fstatat64,int fd,char * pathname,void * buf,int flags) INTERCEPTOR() argument 834 INTERCEPTOR(int,__fxstatat,int magic,int fd,char * pathname,void * buf,int flags) INTERCEPTOR() argument 847 INTERCEPTOR(int,__fxstatat64,int magic,int fd,char * pathname,void * buf,int flags) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 693 #define __sanitizer_syscall_pre_unlink(pathname) \ argument 695 #define __sanitizer_syscall_post_unlink(res, pathname) \ argument 800 #define __sanitizer_syscall_pre_creat(pathname, mode) \ argument 802 #define __sanitizer_syscall_post_creat(res, pathname, mode) \ argument 1019 #define __sanitizer_syscall_pre_mkdir(pathname, mode) \ argument 1021 #define __sanitizer_syscall_post_mkdir(res, pathname, mode) \ argument 1031 #define __sanitizer_syscall_pre_rmdir(pathname) \ argument 1033 #define __sanitizer_syscall_post_rmdir(res, pathname) \ argument 1580 #define __sanitizer_syscall_pre_mkdirat(dfd, pathname, mode) \ argument 1583 #define __sanitizer_syscall_post_mkdirat(res, dfd, pathname, mode) \ argument [all …]
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 2349 LoadScriptingModule(const char * pathname,const LoadScriptOptions & options,lldb_private::Status & error,StructuredData::ObjectSP * module_sp,FileSpec extra_search_dir) LoadScriptingModule() argument [all...] |