Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
Dtemp_directory_path.pass.cpp31 void UnsetEnv(std::string var) { in UnsetEnv() function
128 UnsetEnv(TC.name); in basic_tests()
154 UnsetEnv(TC.name); in basic_tests()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
Dtemp_directory_path.pass.cpp33 void UnsetEnv(std::string var) { in UnsetEnv() function
109 UnsetEnv(TC.name); in TEST_CASE()
/external/perfetto/include/perfetto/ext/base/
Dutils.h102 void UnsetEnv(const std::string& key);
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl_integrationtest.cc54 base::UnsetEnv(var.name); in ~TracingMuxerImplIntegrationTest()
/external/perfetto/src/base/
Dutils.cc190 void UnsetEnv(const std::string& key) { in UnsetEnv() function
/external/perfetto/test/
Dtest_helper.h103 base::UnsetEnv(var.name); in Clean()