Lines Matching refs:get_current_dir

241 	String f = dir_access->get_current_dir().plus_file(file->get_text());  in _save_confirm_pressed()
266 _request_single_thumbnail(get_current_dir().plus_file(get_current_file())); in _post_popup()
351 String fbase = dir_access->get_current_dir(); in _action_pressed()
368 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _action_pressed()
376 String path = dir_access->get_current_dir(); in _action_pressed()
438 _request_single_thumbnail(get_current_dir().plus_file(f.get_file())); in _action_pressed()
483 _request_single_thumbnail(get_current_dir().plus_file(get_current_file())); in _item_selected()
502 _request_single_thumbnail(get_current_dir().plus_file(get_current_file())); in _multi_selected()
536 String new_path = dir_access->get_current_dir(); in _push_history()
654 path = ProjectSettings::get_singleton()->globalize_path(dir_access->get_current_dir()); in _item_menu_id_pressed()
747 String cdir = dir_access->get_current_dir(); in update_file_list()
950 String EditorFileDialog::get_current_dir() const { in get_current_dir() function in EditorFileDialog
952 return dir_access->get_current_dir(); in get_current_dir()
960 return dir_access->get_current_dir().plus_file(file->get_text()); in get_current_path()
982 _request_single_thumbnail(get_current_dir().plus_file(get_current_file())); in set_current_file()
1226 String current = get_current_dir(); in _update_favorites()
1272 String cd = get_current_dir(); in _favorite_pressed()
1392 ClassDB::bind_method(D_METHOD("get_current_dir"), &EditorFileDialog::get_current_dir); in _bind_methods()
1477 String dir = get_current_dir(); in _save_to_recent()