Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp210 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
218 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
224 GetArgV(path_, argv); in StartSymbolizerSubprocess()
247 if (!CreateProcessA(path_, // Executable in StartSymbolizerSubprocess()
257 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_libcdep.cpp476 : path_(path), in SymbolizerProcess()
483 CHECK(path_); in SymbolizerProcess()
484 CHECK_NE(path_[0], '\0'); in SymbolizerProcess()
499 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.h113 const char *path_; variable
/freebsd-14.2/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-14.2/contrib/bmake/unit-tests/
H A Dmodmisc.mk31 path_$d?= ${d:${MOD_OPT}:${MOD_HOMES}}/