Home | History | Annotate | Download | only in fs.op.temp_dir_path

Lines Matching defs:env

48     scoped_test_env env;
49 const path dne = env.make_env_path("dne");
50 const path file = env.create_file("file", 42);
51 const path dir_perms = env.create_dir("bad_perms_dir");
52 const path nested_dir = env.create_dir("bad_perms_dir/nested");
59 {"TMPDIR", env.create_dir("dir1")},
60 {"TMP", env.create_dir("dir2")},
61 {"TEMP", env.create_dir("dir3")},
62 {"TEMPDIR", env.create_dir("dir4")}
74 // Set the env variable to a path that does not exist and check
84 // Set the env variable to point to a file and check that it fails.
93 // Set the env variable to point to a dir we can't access
100 // Set the env variable to point to a non-existent dir
108 // Finally erase this env variable
111 // No env variables are defined