Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc131 PRE_SYSCALL(open)(void *path_, long long flags_, long long mode_) {
132 const char *path = (const char *)path_;
138 (long long res, void *path_, long long flags_, long long mode_) {
140 const char *path = (const char *)path_;
157 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ }
158 POST_SYSCALL(compat_43_ocreat)(long long res, void *path_, long long mode_) {
161 PRE_SYSCALL(link)(void *path_, void *link_) {
162 const char *path = (const char *)path_;
171 POST_SYSCALL(link)(long long res, void *path_, void *link_) {
173 const char *path = (const char *)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
/src/contrib/kyua/utils/fs/
H A Ddirectory.cpp320 impl(const fs::path& path_) : _path(path_) in impl()
329 fs::directory::directory(const path& path_) : _pimpl(new impl(path_)) in directory() argument
/src/contrib/bmake/unit-tests/
H A Dmodmisc.mk31 path_$d?= ${d:${MOD_OPT}:${MOD_HOMES}}/
/src/crypto/krb5/src/util/verto/
H A Dev.h698 #define ev_stat_set(ev,path_,interval_) do { (ev)->path = (path_); (ev)->interval = (interval_…