Home
last modified time | relevance | path

Searched defs:getcwd (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/commands/process/launch/
H A Dprint_cwd.cpp7 #define getcwd(buffer, length) _getcwd(buffer, length) macro
/llvm-project/flang/runtime/
H A Dcommand.cpp21 #define getcwd _getcwd macro
/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h135 inline std::string getcwd() { getcwd() function
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h319 inline wchar_t* getcwd([[maybe_unused]] wchar_t* in_buf, [[maybe_unused]] size_t in_size) { getcwd() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1269 TEST(MemorySanitizer, getcwd) { in TEST() argument