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.hpp242 char* fs_root = std::getenv("LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT"); in checkDynamicTestRoot() local
243 if (!fs_root) { in checkDynamicTestRoot()
248 if (std::string(fs_root) != LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT) { in checkDynamicTestRoot()
251 std::printf(" Current Value: '%s'\n", fs_root); in checkDynamicTestRoot()