Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc132 const char *path = (const char *)path_;
162 const char *path = (const char *)path_;
183 PRE_SYSCALL(unlink)(void *path_) {
184 const char *path = (const char *)path_;
198 PRE_SYSCALL(chdir)(void *path_) {
199 const char *path = (const char *)path_;
602 PRE_SYSCALL(acct)(void *path_) {
630 PRE_SYSCALL(revoke)(void *path_) {
730 PRE_SYSCALL(chroot)(void *path_) {
1221 PRE_SYSCALL(rmdir)(void *path_) {
[all …]
H A Dsanitizer_symbolizer_win.cpp212 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
220 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
226 GetArgV(path_, argv); in StartSymbolizerSubprocess()
251 if (!CreateProcessA(path_, // Executable in StartSymbolizerSubprocess()
261 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_libcdep.cpp457 : path_(path), in SymbolizerProcess()
464 CHECK(path_); in SymbolizerProcess()
465 CHECK_NE(path_[0], '\0'); in SymbolizerProcess()
480 if (IsSameModule(path_)) { in SendCommand()
H A Dsanitizer_symbolizer_posix_libcdep.cpp135 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
144 GetArgV(path_, argv); in StartSymbolizerSubprocess()
179 pid = StartSubprocess(path_, argv, GetEnvP(), /* stdin */ outfd[0], in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_internal.h117 const char *path_; variable
/freebsd-13.1/contrib/kyua/utils/fs/
H A Ddirectory.cpp326 impl(const fs::path& path_) : _path(path_) in impl()
335 fs::directory::directory(const path& path_) : _pimpl(new impl(path_)) in directory() argument
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dmodmisc.mk35 path_$d?= ${d:${MOD_OPT}:${MOD_HOMES}}/