Searched refs:oldcwd (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
D | test_embed.py | 69 self.oldcwd = os.getcwd() 73 os.chdir(self.oldcwd) 1464 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py" 1477 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py"
|
/third_party/littlefs/ |
D | lfs.c | 3703 lfs_mdir_t oldcwd; local 3704 lfs_stag_t oldtag = lfs_dir_find(lfs, &oldcwd, &oldpath, NULL); 3719 bool samepair = (lfs_pair_cmp(oldcwd.pair, newcwd.pair) == 0); 3776 lfs_fs_prepmove(lfs, newoldid, oldcwd.pair); 3785 {LFS_MKTAG(LFS_FROM_MOVE, newid, lfs_tag_id(oldtag)), &oldcwd}, 3798 err = lfs_dir_commit(lfs, &oldcwd, LFS_MKATTRS(
|