Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_embed.py79 self.oldcwd = os.getcwd()
83 os.chdir(self.oldcwd)
1685 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py"
1698 startup = os.path.join(self.oldcwd, os_helper.TESTFN) + ".py"
/third_party/littlefs/
H A Dlfs.c3906 lfs_mdir_t oldcwd; local
3907 lfs_stag_t oldtag = lfs_dir_find(lfs, &oldcwd, &oldpath, NULL);
3922 bool samepair = (lfs_pair_cmp(oldcwd.pair, newcwd.pair) == 0);
3979 lfs_fs_prepmove(lfs, newoldid, oldcwd.pair);
3988 {LFS_MKTAG(LFS_FROM_MOVE, newid, lfs_tag_id(oldtag)), &oldcwd},
4001 err = lfs_dir_commit(lfs, &oldcwd, LFS_MKATTRS(

Completed in 10 milliseconds