Home
last modified time | relevance | path

Searched refs:subdir_path (Results 1 – 25 of 93) sorted by relevance

1234

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/artwork/
H A Dcache.c78 void remove_cache_item (const char *entry_path, const char *subdir_path, const char *subdir_name, c… in remove_cache_item() argument
83 rmdir (subdir_path); in remove_cache_item()
140 char subdir_path[PATH_MAX]; in cache_cleaner_thread() local
141 sprintf (subdir_path, "%s/%s", covers_path, covers_subdir->d_name); in cache_cleaner_thread()
142 const size_t subdir_path_length = strlen (subdir_path); in cache_cleaner_thread()
143 DIR *subdir = opendir (subdir_path); in cache_cleaner_thread()
148 sprintf (entry_path, "%s/%s", subdir_path, entry->d_name); in cache_cleaner_thread()
155 … remove_cache_item (entry_path, subdir_path, covers_subdir->d_name, entry->d_name); in cache_cleaner_thread()
H A Dcache.h30 void remove_cache_item(const char *entry_path, const char *subdir_path, const char *subdir_name, co…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/bulk_imports/
H A Duploads_export_service.rb22 subdir_path = export_subdir_path(upload)
23 mkdir_p(subdir_path)
24 download_or_copy_upload(uploader, File.join(subdir_path, uploader.filename))
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/tests/test_options/
H A Dtest_stdin.py20 subdir_path = os.path.join(TESTDIR_NAME, subdir)
23 ['./rmlint', '-', subdir_path, '-o', 'json', '-S', 'a', '--hidden'],
44 subdir_path = os.path.join(TESTDIR_NAME, subdir)
47 ['./rmlint', '-0', subdir_path, '-o', 'json', '-S', 'a', '--hidden'],
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/test/
H A Dfilesystem_test.cc276 string subdir_path = Glib::build_filename (output_dir, "subdir"); in create_test_directory() local
278 CPPUNIT_ASSERT (g_mkdir_with_parents (subdir_path.c_str(), 0755) == 0); in create_test_directory()
282 << subdir_path << endl; in create_test_directory()
287 string output_filepath = Glib::build_filename (subdir_path, output_filename); in create_test_directory()
293 PBD::get_files (copied_files, subdir_path); in create_test_directory()
319 string subdir_path = Glib::build_filename (output_dir_path, "subdir"); in testClearDirectory() local
322 CPPUNIT_ASSERT (Glib::file_test (subdir_path, Glib::FILE_TEST_IS_DIR)); in testClearDirectory()
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2018_11_09/
H A D_data_lake_directory_client.py514 subdir_path = sub_directory.name
516 subdir_path = self.path_name + '/' + sub_directory
519 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2019_12_12/
H A D_data_lake_directory_client.py514 subdir_path = sub_directory.name
516 subdir_path = self.path_name + '/' + sub_directory
519 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2018_11_09/aio/
H A D_data_lake_directory_client_async.py500 subdir_path = sub_directory.name
502 subdir_path = self.path_name + '/' + sub_directory
505 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2019_12_12/aio/
H A D_data_lake_directory_client_async.py502 subdir_path = sub_directory.name
504 subdir_path = self.path_name + '/' + sub_directory
507 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/system/
H A Dcpu_temperature_reader_unittest.cc34 base::FilePath subdir_path = hwmon_path_.Append(name); in CreateHwmonSubdir() local
35 CHECK(base::CreateDirectory(subdir_path)); in CreateHwmonSubdir()
36 return subdir_path; in CreateHwmonSubdir()
/dports/java/java-subversion/subversion-1.14.1/tools/server-side/
H A Dfsfs-reshard.py250 subdir_path = os.path.join(path, name)
251 if not os.path.isdir(subdir_path):
253 os.rename(subdir_path, subdir_path + '.shard')
/dports/devel/py-subversion/subversion-1.14.1/tools/server-side/
H A Dfsfs-reshard.py250 subdir_path = os.path.join(path, name)
251 if not os.path.isdir(subdir_path):
253 os.rename(subdir_path, subdir_path + '.shard')
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/server-side/
H A Dfsfs-reshard.py250 subdir_path = os.path.join(path, name)
251 if not os.path.isdir(subdir_path):
253 os.rename(subdir_path, subdir_path + '.shard')
/dports/devel/p5-subversion/subversion-1.14.1/tools/server-side/
H A Dfsfs-reshard.py250 subdir_path = os.path.join(path, name)
251 if not os.path.isdir(subdir_path):
253 os.rename(subdir_path, subdir_path + '.shard')
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dtest_notify.c278 const char *subdir_path; member
301 const char *dir, const char *subdir_path, in notify_bench3_send() argument
314 state->subdir_path = subdir_path; in notify_bench3_send()
432 if (state->subdir_path == NULL) { in notify_bench3_chkpath_done()
457 state, state->ev, state->cli, state->subdir_path, 0, in notify_bench3_before_mkdir2()
526 state->subdir_path); in notify_bench3_close_subdir_done()
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2020_02_10/aio/
H A D_data_lake_directory_client_async.py538 subdir_path = sub_directory.get('name')
540 subdir_path = self.path_name + '/' + str(sub_directory)
547 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2020_02_10/
H A D_data_lake_directory_client.py550 subdir_path = sub_directory.get('name')
552 subdir_path = self.path_name + '/' + str(sub_directory)
559 … self.url, self.file_system_name, directory_name=subdir_path, credential=self._raw_credential,
/dports/devel/R-cran-rprojroot/rprojroot/R/
H A Droot.R121 subdir_path <- file.path(path, subdir) functionVar
122 if (dir.exists(subdir_path)) {
123 return(subdir_path)
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_sftp_client.c259 const gchar *rootdir_path, const gchar *subdir_path, GPtrArray *array) in remmina_sftp_client_thread_recursive_dir() argument
272 if (subdir_path) in remmina_sftp_client_thread_recursive_dir()
273 dir_path = remmina_public_combine_path(rootdir_path, subdir_path); in remmina_sftp_client_thread_recursive_dir()
295 if (subdir_path) { in remmina_sftp_client_thread_recursive_dir()
296 file_path = remmina_public_combine_path(subdir_path, tmp); in remmina_sftp_client_thread_recursive_dir()
330 const gchar *rootdir_path, const gchar *subdir_path, GPtrArray *array) in remmina_sftp_client_thread_recursive_localdir() argument
341 path = g_build_filename(rootdir_path, subdir_path, NULL); in remmina_sftp_client_thread_recursive_localdir()
358 relpath = g_build_filename(subdir_path ? subdir_path : "", name, NULL); in remmina_sftp_client_thread_recursive_localdir()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/library/
H A Dlibrarywatcher.cpp601 for (const QString& subdir_path : subdir_mapping_.keys(dir)) { in RemoveWatch() local
602 if (subdir_path != subdir.path) continue; in RemoveWatch()
603 fs_watcher_->RemovePath(subdir_path); in RemoveWatch()
604 subdir_mapping_.remove(subdir_path); in RemoveWatch()
614 for (const QString& subdir_path : subdir_mapping_.keys(dir)) { in RemoveDirectory() local
615 fs_watcher_->RemovePath(subdir_path); in RemoveDirectory()
616 subdir_mapping_.remove(subdir_path); in RemoveDirectory()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/
H A Dimport_export_clean_up_service_spec.rb101 subdir_path = [subdir, hashed[0..1], hashed[2..3], hashed, hashed[4..10]]
102 dir = File.join(tmpdir, tmp_import_export_folder, *[subdir_path])
/dports/archivers/rvm/rvm-1.11/
H A Dfs.cc1515 std::string subdir_path; in path() local
1530 TRY_nomem(subdir_path = path.substr(0,idx)); in path()
1534 TRY_nomem(subdir_path = path); in path()
1537 if (subdir_path.size() == 0) in path()
1538 TRY_nomem(subdir_path = "/"); in path()
1540 if (!exists(subdir_path)) { in path()
1543 TRY_nomem(push_back(subdir_path)); in path()
1548 TRY_nomem(subdir_path = path.substr(0,idx)); in path()
1552 TRY_nomem(subdir_path = path); in path()
1564 subdir.path(*di, subdir_path); in path()
/dports/sysutils/py-ansible-runner/ansible-runner-2.0.2/ansible_runner/config/
H A D_base.py463 subdir_path = os.path.join(self.private_data_dir, subdir)
464 if not os.path.exists(subdir_path):
465 os.mkdir(subdir_path, 0o700)
480 subdir_path = os.path.join(self.private_data_dir, 'artifacts')
481 if not os.path.exists(subdir_path):
482 os.mkdir(subdir_path, 0o700)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DWorkdirHelper.hpp142 static bfs::path rel_to_abs(const bfs::path& subdir_path) in rel_to_abs() argument
143 { return ( startupPWD / subdir_path ); } in rel_to_abs()
/dports/x11/rofi/rofi-1.6.1/subprojects/libnkutils/src/
H A Dxdg-theme.c535 gchar **subdirs, **subdir_path; in _nk_xdg_theme_find() local
555 for ( subdir_path = subdirs ; *subdir_path != NULL ; ++subdir_path ) in _nk_xdg_theme_find()
557 if ( g_key_file_has_group(file, *subdir_path) ) in _nk_xdg_theme_find()
560 subdir = subdir_new(file, *subdir_path); in _nk_xdg_theme_find()
571 path = g_build_filename(*dir_, self->name, *subdir_path, NULL); in _nk_xdg_theme_find()
584 g_free(*subdir_path); in _nk_xdg_theme_find()

1234