mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 612510308
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "test/util/file_descriptor.h"
|
||||
#include "test/util/posix_error.h"
|
||||
@@ -219,7 +220,7 @@ std::string JoinPathImpl(std::initializer_list<absl::string_view> paths);
|
||||
//
|
||||
// Usage:
|
||||
// std::string path = JoinPath("/foo", dirname, filename);
|
||||
// std::string path = JoinPath(FLAGS_test_srcdir, filename);
|
||||
// std::string path = JoinPath(::testing::SrcDir(), filename);
|
||||
//
|
||||
// 0, 1, 2-path specializations exist to optimize common cases.
|
||||
inline std::string JoinPath() { return std::string(); }
|
||||
|
||||
Reference in New Issue
Block a user