xref: /aosp_15_r20/test/dittosuite/example/open_close_file.ditto (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1main: {
2  instruction_set: {
3    instructions: [
4      {
5        open_file: {
6          path_name: "newfile2.txt",
7          output_fd: "test_file"
8        }
9      },
10      {
11        close_file: {
12          input_fd: "test_file"
13        }
14      }
15    ]
16  }
17},
18global {
19  absolute_path: "/data/local/tmp/";
20}
21