Home
last modified time | relevance | path

Searched refs:get_current_dir (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/devel/godot/godot-3.2.3-stable/drivers/windows/
H A Ddir_access_windows.cpp192 String DirAccessWindows::get_current_dir() { in get_current_dir() function in DirAccessWindows
211 String dir = get_current_dir(); in get_current_dir_without_drive()
228 p_file = get_current_dir().plus_file(p_file); in file_exists()
250 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
269 p_path = get_current_dir().plus_file(p_path); in rename()
274 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
282 if (!GetTempFileNameW(fix_path(get_current_dir()).c_str(), NULL, 0, tmpfile)) { in rename()
307 p_path = get_current_dir().plus_file(p_path); in remove()
360 String path = fix_path(const_cast<DirAccessWindows *>(this)->get_current_dir()); in get_filesystem_type()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/windows/
H A Ddir_access_windows.cpp192 String DirAccessWindows::get_current_dir() { in get_current_dir() function in DirAccessWindows
211 String dir = get_current_dir(); in get_current_dir_without_drive()
228 p_file = get_current_dir().plus_file(p_file); in file_exists()
250 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
269 p_path = get_current_dir().plus_file(p_path); in rename()
274 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
282 if (!GetTempFileNameW(fix_path(get_current_dir()).c_str(), NULL, 0, tmpfile)) { in rename()
307 p_path = get_current_dir().plus_file(p_path); in remove()
360 String path = fix_path(const_cast<DirAccessWindows *>(this)->get_current_dir()); in get_filesystem_type()
/dports/devel/godot2/godot-2.1.6-stable/drivers/windows/
H A Ddir_access_windows.cpp166 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
191 String DirAccessWindows::get_current_dir() { in get_current_dir() function in DirAccessWindows
213 p_file = get_current_dir().plus_file(p_file); in file_exists()
235 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
254 p_path = get_current_dir().plus_file(p_path); in rename()
259 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
275 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/windows/
H A Ddir_access_windows.cpp166 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
191 String DirAccessWindows::get_current_dir() { in get_current_dir() function in DirAccessWindows
213 p_file = get_current_dir().plus_file(p_file); in file_exists()
235 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
254 p_path = get_current_dir().plus_file(p_path); in rename()
259 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
275 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/devel/lua-luacheck/luacheck-4e5774169fa/spec/
H A Dfs_spec.lua56 local current_dir = fs.get_current_dir()
66 local path = P(fs.get_current_dir() .. "spec/folder")
71 local path = P(fs.get_current_dir() .. "spec/folder")
77 …fs.find_file(fs.get_current_dir(), "this file shouldn't exist or it will make luacheck testsuite b…
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Ddir_access.cpp59 String path = get_current_dir().to_lower(); in get_current_drive()
76 return get_current_dir(); in get_current_dir_without_drive()
115 err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
126 Error err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
150 full_dir = get_current_dir().plus_file(p_dir); in make_dir_recursive()
286 String full = d->get_current_dir(); in get_full_path()
352 original_dir(p_da->get_current_dir()) { in DirChanger()
364 String curdir = get_current_dir(); in _copy_dir()
379 Error err = copy(get_current_dir().plus_file(n), p_to + rel_path, p_chmod_flags); in _copy_dir()
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Ddir_access.cpp59 String path = get_current_dir().to_lower(); in get_current_drive()
76 return get_current_dir(); in get_current_dir_without_drive()
115 err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
126 Error err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
150 full_dir = get_current_dir().plus_file(p_dir); in make_dir_recursive()
286 String full = d->get_current_dir(); in get_full_path()
352 original_dir(p_da->get_current_dir()) { in DirChanger()
364 String curdir = get_current_dir(); in _copy_dir()
379 Error err = copy(get_current_dir().plus_file(n), p_to + rel_path, p_chmod_flags); in _copy_dir()
/dports/graphics/gimmage/gimmage-0.2.3/src/
H A Dmain.cpp69 iconpath = Glib::get_current_dir() + (Glib::ustring)"/pixmaps/"; in find_iconpath()
72 app_icon_path = Glib::get_current_dir() + (Glib::ustring)"/pixmaps/icon/gimmage.png"; in find_iconpath()
75 iconpath = Glib::get_current_dir() + (Glib::ustring)"/../pixmaps/"; in find_iconpath()
78 app_icon_path = Glib::get_current_dir() + (Glib::ustring)"/../pixmaps/icon/gimmage.png"; in find_iconpath()
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Ddir_access_unix.cpp87 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
193 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
258 String DirAccessUnix::get_current_dir() { in get_current_dir() function in DirAccessUnix
275 p_path = get_current_dir().plus_file(p_path); in rename()
280 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
289 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Ddir_access_unix.cpp87 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
193 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
258 String DirAccessUnix::get_current_dir() { in get_current_dir() function in DirAccessUnix
275 p_path = get_current_dir().plus_file(p_path); in rename()
280 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
289 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp96 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
282 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
345 String DirAccessUnix::get_current_dir() { in get_current_dir() function in DirAccessUnix
362 p_path = get_current_dir().plus_file(p_path); in rename()
367 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
377 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp96 p_dir = get_current_dir().plus_file(p_dir); in dir_exists()
282 p_dir = get_current_dir().plus_file(p_dir); in make_dir()
345 String DirAccessUnix::get_current_dir() { in get_current_dir() function in DirAccessUnix
362 p_path = get_current_dir().plus_file(p_path); in rename()
367 p_new_path = get_current_dir().plus_file(p_new_path); in rename()
377 p_path = get_current_dir().plus_file(p_path); in remove()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_chooser.py11 from quodlibet.qltk.chooser import choose_files, get_current_dir, \
60 path = get_current_dir()
65 assert get_current_dir() == getcwd()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Ddir_access.cpp61 String path = get_current_dir().to_lower(); in get_current_drive()
108 err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
121 Error err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
147 full_dir = get_current_dir().plus_file(p_dir); in make_dir_recursive()
290 String full = d->get_current_dir(); in get_full_path()
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Ddir_access.cpp61 String path = get_current_dir().to_lower(); in get_current_drive()
108 err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
121 Error err = da->remove(da->get_current_dir().plus_file(E->get())); in _erase_recursive()
147 full_dir = get_current_dir().plus_file(p_dir); in make_dir_recursive()
290 String full = d->get_current_dir(); in get_full_path()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_file_dialog.cpp179 dir->set_text(dir_access->get_current_dir()); in update_dir()
197 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
301 String fbase = dir_access->get_current_dir(); in _action_pressed()
326 String path = dir_access->get_current_dir(); in _action_pressed()
433 String new_path = dir_access->get_current_dir(); in _push_history()
515 String cdir = dir_access->get_current_dir(); in update_file_list()
602 String base_dir = dir_access->get_current_dir(); in update_file_list()
738 String EditorFileDialog::get_current_dir() const { in get_current_dir() function in EditorFileDialog
981 String current = get_current_dir(); in _update_favorites()
1016 String cd = get_current_dir(); in _favorite_toggled()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_file_dialog.cpp179 dir->set_text(dir_access->get_current_dir()); in update_dir()
197 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
301 String fbase = dir_access->get_current_dir(); in _action_pressed()
326 String path = dir_access->get_current_dir(); in _action_pressed()
433 String new_path = dir_access->get_current_dir(); in _push_history()
515 String cdir = dir_access->get_current_dir(); in update_file_list()
602 String base_dir = dir_access->get_current_dir(); in update_file_list()
738 String EditorFileDialog::get_current_dir() const { in get_current_dir() function in EditorFileDialog
981 String current = get_current_dir(); in _update_favorites()
1016 String cd = get_current_dir(); in _favorite_toggled()
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dbug_report.cpp79 if (File::isdirectory(Glib::get_current_dir() in BugReport()
81 this->load_file_chooser->set_current_folder(Glib::get_current_dir() in BugReport()
84 this->load_file_chooser->set_current_folder(Glib::get_current_dir()); in BugReport()
86 this->load_file_chooser->set_current_folder(Glib::get_current_dir()); in BugReport()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_file_dialog.cpp241 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
351 String fbase = dir_access->get_current_dir(); in _action_pressed()
376 String path = dir_access->get_current_dir(); in _action_pressed()
536 String new_path = dir_access->get_current_dir(); in _push_history()
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()
1226 String current = get_current_dir(); in _update_favorites()
1272 String cd = get_current_dir(); in _favorite_pressed()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_file_dialog.cpp241 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
351 String fbase = dir_access->get_current_dir(); in _action_pressed()
376 String path = dir_access->get_current_dir(); in _action_pressed()
536 String new_path = dir_access->get_current_dir(); in _push_history()
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()
1226 String current = get_current_dir(); in _update_favorites()
1272 String cd = get_current_dir(); in _favorite_pressed()
[all …]
/dports/x11-fonts/font-manager/font-manager-0.8.7/tests/
H A DTestFontConfig.vala49 aliases.config_dir = Environment.get_current_dir();
114 dirs.config_dir = Environment.get_current_dir();
167 reject.config_dir = Environment.get_current_dir();
209 File file = File.new_for_path(Environment.get_current_dir());
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dfile_dialog.cpp110 list.push_back(dir_access->get_current_dir().plus_file(item->get_text(0))); in get_selected_files()
118 dir->set_text(dir_access->get_current_dir()); in update_dir()
135 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
160 String fbase = dir_access->get_current_dir(); in _action_pressed()
177 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _action_pressed()
184 String path = dir_access->get_current_dir(); in _action_pressed()
385 String base_dir = dir_access->get_current_dir(); in update_file_list()
495 String FileDialog::get_current_dir() const { in get_current_dir() function in FileDialog
693 ObjectTypeDB::bind_method(_MD("get_current_dir"), &FileDialog::get_current_dir); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dfile_dialog.cpp110 list.push_back(dir_access->get_current_dir().plus_file(item->get_text(0))); in get_selected_files()
118 dir->set_text(dir_access->get_current_dir()); in update_dir()
135 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _save_confirm_pressed()
160 String fbase = dir_access->get_current_dir(); in _action_pressed()
177 String f = dir_access->get_current_dir().plus_file(file->get_text()); in _action_pressed()
184 String path = dir_access->get_current_dir(); in _action_pressed()
385 String base_dir = dir_access->get_current_dir(); in update_file_list()
495 String FileDialog::get_current_dir() const { in get_current_dir() function in FileDialog
693 ObjectTypeDB::bind_method(_MD("get_current_dir"), &FileDialog::get_current_dir); in _bind_methods()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dfs_tools.h55 inline std::string get_current_dir();
131 inline std::string get_current_dir() in get_current_dir() function
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dopc_reader.cpp120 string cur_dir = get_current_dir(); in read_part()
264 string filepath = resolve_file_path(get_current_dir(), path); in read_relations()
286 string opc_reader::get_current_dir() const in get_current_dir() function in orcus::opc_reader

1234567891011