Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp250 char* fs_root = std::getenv("LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT"); in checkDynamicTestRoot() local
251 if (!fs_root) { in checkDynamicTestRoot()
256 if (std::string(fs_root) != LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT) { in checkDynamicTestRoot()
259 std::printf(" Current Value: '%s'\n", fs_root); in checkDynamicTestRoot()