Home
last modified time | relevance | path

Searched defs:raw_path (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/filesystem/
H A Ddirectory_impl.cc59 void DirectoryImpl::OpenFile(const std::string& raw_path, in OpenFile()
93 void DirectoryImpl::OpenFileHandle(const std::string& raw_path, in OpenFileHandle()
117 const std::string& raw_path, in OpenDirectory()
211 void DirectoryImpl::Delete(const std::string& raw_path, in Delete()
234 void DirectoryImpl::Exists(const std::string& raw_path, in Exists()
247 void DirectoryImpl::IsWritable(const std::string& raw_path, in IsWritable()
279 void DirectoryImpl::StatFile(const std::string& raw_path, in StatFile()
310 void DirectoryImpl::ReadEntireFile(const std::string& raw_path, in ReadEntireFile()
341 void DirectoryImpl::WriteFile(const std::string& raw_path, in WriteFile()
376 base::File DirectoryImpl::OpenFileHandleImpl(const std::string& raw_path, in OpenFileHandleImpl()
H A Dutil.cc94 base::File::Error ValidatePath(const std::string& raw_path, in ValidatePath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/filesystem/
H A Ddirectory_impl.cc60 void DirectoryImpl::OpenFile(const std::string& raw_path, in OpenFile()
94 void DirectoryImpl::OpenFileHandle(const std::string& raw_path, in OpenFileHandle()
118 const std::string& raw_path, in OpenDirectory()
212 void DirectoryImpl::Delete(const std::string& raw_path, in Delete()
231 void DirectoryImpl::Exists(const std::string& raw_path, in Exists()
244 void DirectoryImpl::IsWritable(const std::string& raw_path, in IsWritable()
276 void DirectoryImpl::StatFile(const std::string& raw_path, in StatFile()
307 void DirectoryImpl::ReadEntireFile(const std::string& raw_path, in ReadEntireFile()
338 void DirectoryImpl::WriteFile(const std::string& raw_path, in WriteFile()
373 base::File DirectoryImpl::OpenFileHandleImpl(const std::string& raw_path, in OpenFileHandleImpl()
H A Dutil.cc95 base::File::Error ValidatePath(const std::string& raw_path, in ValidatePath()
/dports/sysutils/fswatch-mon/fswatch-1.13.0/libfswatch/src/libfswatch/c++/windows/
H A Dwin_paths.cpp29 void * raw_path = cygwin_create_path(CCP_POSIX_TO_WIN_W, path.c_str()); in posix_to_win_w() local
41 void * raw_path = cygwin_create_path(CCP_WIN_W_TO_POSIX, path.c_str()); in win_w_to_posix() local
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dduplicate_equals_t.cpp116 for (auto raw_path : test_files) in initTestCase() local
127 for (auto raw_path : test_files) in symbols_data() local
178 for (auto raw_path : test_files) in objects_data() local
H A Dfile_format_t.cpp516 for (auto const* raw_path : issue_513_files) in issue_513_high_coordinates_data() local
574 for (auto const* raw_path : xml_test_files) in saveAndLoad_data() local
600 for (auto raw_path : example_files) in saveAndLoad_data() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/artifacts/
H A Draw_spec.rb10 def raw_path(path) method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/examples/python/
H A Dglobals.py19 def get_globals(raw_path, options): argument
/dports/www/seahub/seahub-8.0.7-server/seahub/views/
H A Dfile.py168 def get_file_content(file_type, raw_path, file_enc): argument
174 def repo_file_get(raw_path, file_enc): argument
253 def handle_textual_file(request, filetype, raw_path, ret_dict): argument
270 def handle_document(raw_path, obj_id, fileext, ret_dict): argument
278 def handle_spreadsheet(raw_path, obj_id, fileext, ret_dict): argument
/dports/textproc/bat/bat-0.18.3/cargo-crates/path_abs-0.5.1/tests/absolute_helpers/
H A Dmod.rs115 let raw_path = path::Path::new("/does/not/exist"); in absolute_path_need_not_exist() localVariable
147 let raw_path = path::Path::new(r"C:\does\not\exist"); in absolute_path_need_not_exist() localVariable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/presenters/
H A Dsnippet_blob_presenter.rb14 def raw_path method in SnippetBlobPresenter
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/src/
H A Dconfig.cc84 path raw_path = path::new_path(path_expression); in has_path_peek() local
192 path raw_path = path::new_path(path_expression); in find_or_null() local
197 path raw_path = path::new_path(path_expression); in find() local
508 path raw_path = path::new_path(path_expression); in with_value() local
517 path raw_path = path::new_path(path_expression); in without_path() local
522 path raw_path = path::new_path(path_expression); in with_only_path() local
/dports/games/multimc/MultiMC5-0.6.11/application/dialogs/
H A DSkinUploadDialog.cpp101 …QString raw_path = QFileDialog::getOpenFileName(this, tr("Select Skin Texture"), QString(), "*.png… in on_skinBrowseBtn_clicked() local
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/ri/
H A Dpaths.rb151 def self.raw_path(system, site, home, gems, *extra_dirs) singletonMethod
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/pro/processes/
H A Dbvpl_visualize_response_process.cxx69 std::string raw_path = pro.get_input<std::string>(i++); in bvpl_visualize_response_process() local

12345678