Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/tools/
Dangle_tools.py21 for env_path in os.environ['PATH'].split(path_delimiter):
22 full_path = os.path.join(env_path, filename)
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc52 const std::string& env_path) { in WriteEnvironment() argument
72 std::ofstream file_out(env_path.c_str(), std::ios::binary); in WriteEnvironment()