Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 14 of 14) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp28 CreateDir(const char * pathname) CreateDir() argument
H A Dsanitizer_posix_libcdep.cpp174 bool CreateDir(const char *pathname) { return mkdir(pathname, 0755) == 0; } in CreateDir() argument
H A Dsanitizer_linux_libcdep.cpp947 const char *pathname = "/proc/self/exe"; ReExec() local
H A Dsanitizer_win.cpp595 CreateDir(const char * pathname) CreateDir() argument
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath()
/llvm-project/bolt/runtime/
H A Dsys_aarch64.h134 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 Dsys_x86_64.h179 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 DHost.cpp72 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs() local
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp169 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 DCompileUnit.cpp22 const char *pathname, const lldb::user_id_t cu_sym_id, in CompileUnit() argument
/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h114 fopen64(const char * pathname,const char * mode) fopen64() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp809 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 Dlinux_syscall_hooks.h693 #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 DScriptInterpreterPython.cpp2349 LoadScriptingModule(const char * pathname,const LoadScriptOptions & options,lldb_private::Status & error,StructuredData::ObjectSP * module_sp,FileSpec extra_search_dir) LoadScriptingModule() argument
[all...]