Searched refs:temp_dir (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/kconfig/tests/
H A Dconftest.py58 with tempfile.TemporaryDirectory() as temp_dir:
63 os.path.join(temp_dir, '.config'))
69 cwd=temp_dir,
90 with open(os.path.join(temp_dir, out_file)) as f:
/u-boot/fs/ext4/
H A Dext4_common.c490 char *temp_dir = NULL; local
615 temp_dir = (char *)dir;
616 temp_dir = temp_dir + sizeof(struct ext2_dirent);
617 memcpy(temp_dir, filename, strlen(filename));

Completed in 52 milliseconds