Searched refs:old_dir (Results 1 – 11 of 11) sorted by relevance
352 local old_dir="${1}"363 local old_file="${old_dir}/${file}"392 local old_dir="${1}"401 if ! "${DIRPATCHER}" "${old_dir}" "${patch_dir}" "${verify_dir}"; then465 local old_dir new_dir patch_dir466 old_dir="$(shell_safe_path "${1}")"472 if ! [[ -d "${old_dir}" ]] || ! [[ -d "${new_dir}" ]]; then516 old_dir_phys="$(cd "${old_dir}" && pwd -P)"531 make_patch_dir "${old_dir}" "${new_dir}" "${patch_dir}"533 verify_patch_dir "${old_dir}" "${new_dir}" "${patch_dir}"
250 local old_dir="${1}"261 local old_file="${old_dir}/${file}"313 local old_dir patch_dir new_dir314 old_dir="$(shell_safe_path "${1}")"320 if ! [[ -d "${old_dir}" ]] || ! [[ -d "${patch_dir}" ]]; then341 old_dir_phys="$(cd "${old_dir}" && pwd -P)"356 patch_dir "${old_dir}" "${patch_dir}" "${new_dir}"
173 Pathname old_dir; in DirectoryIterator() local174 old_dir.SetFolder(old_path.pathname()); in DirectoryIterator()178 di.Iterate(old_dir.pathname()); in DirectoryIterator()184 source.SetFolder(old_dir.pathname()); in DirectoryIterator()
179 Pathname old_dir; in DirectoryIterator() local180 old_dir.SetFolder(old_path.pathname()); in DirectoryIterator()186 if (di->Iterate(old_dir.pathname())) { in DirectoryIterator()192 source.SetFolder(old_dir.pathname()); in DirectoryIterator()
233 old_dir = os.getcwd()245 os.chdir(old_dir)
238 old_dir = os.getcwd()267 os.chdir(old_dir)
157 old_dir = os.getcwd();160 os.chdir(old_dir)
140 static int yaffs_rename(struct inode *old_dir, struct dentry *old_dentry,1195 static int yaffs_rename(struct inode *old_dir, struct dentry *old_dentry, in yaffs_rename() argument1203 dev = yaffs_InodeToObject(old_dir)->myDev; in yaffs_rename()1227 yaffs_RenameObject(yaffs_InodeToObject(old_dir), in yaffs_rename()
644 const struct nfs_fh * old_dir; member