Home
last modified time | relevance | path

Searched refs:path (Results 2276 - 2300 of 8664) sorted by relevance

1...<<919293949596979899100>>...347

/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c65 #define GETCWD(path, len) GetCurrentDirectoryA(len, path)
66 #define CHDIR(path) SetCurrentDirectoryA(path)
71 #define GETCWD(path, len) getcwd(path, len)
72 #define CHDIR(path) chdir(path)
122 int check_path(char *path, size_t size);
159 printf(" targetdir: relative or absolute path t in print_usage()
181 char path[MAX_PATH_LEN]; main() local
381 check_path(char *path, size_t size) check_path() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dscrub.c224 struct btrfs_path *path; member
411 * this makes the path point to (inum INODE_ITEM ioff) in scrub_print_warning_inode()
417 ret = btrfs_search_slot(NULL, local_root, &key, swarn->path, 0, 0); in scrub_print_warning_inode()
420 btrfs_release_path(swarn->path); in scrub_print_warning_inode()
424 eb = swarn->path->nodes[0]; in scrub_print_warning_inode()
425 inode_item = btrfs_item_ptr(eb, swarn->path->slots[0], in scrub_print_warning_inode()
428 btrfs_release_path(swarn->path); in scrub_print_warning_inode()
436 ipath = init_ipath(4096, local_root, swarn->path); in scrub_print_warning_inode()
455 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu, length %u, links %u (path: %s)", in scrub_print_warning_inode()
469 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu: path resolvin in scrub_print_warning_inode()
483 struct btrfs_path *path; scrub_print_common_warning() local
1334 compare_extent_item_range(struct btrfs_path *path, u64 search_start, u64 search_len) compare_extent_item_range() argument
1372 find_first_extent_item(struct btrfs_root *extent_root, struct btrfs_path *path, u64 search_start, u64 search_len) find_first_extent_item() argument
1436 get_extent_info(struct btrfs_path *path, u64 *extent_start_ret, u64 *size_ret, u64 *flags_ret, u64 *generation_ret) get_extent_info() argument
2387 struct btrfs_path *path; scrub_enumerate_chunks() local
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c64 struct path path = {.mnt = mntget(exp->ex_path.mnt), in nfsd_cross_mnt() local
68 err = follow_down(&path); in nfsd_cross_mnt()
71 if (path.mnt == exp->ex_path.mnt && path.dentry == dentry && in nfsd_cross_mnt()
74 path_put(&path); in nfsd_cross_mnt()
78 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
90 path_put(&path); in nfsd_cross_mnt()
97 * This is subtle: path.dentry is *not* on path in nfsd_cross_mnt()
113 follow_to_parent(struct path *path) follow_to_parent() argument
127 struct path path = {.mnt = mntget((*exp)->ex_path.mnt), nfsd_lookup_parent() local
743 struct path path; __nfsd_open() local
1554 struct path path; nfsd_readlink() local
1587 nfsd_symlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, char *path, struct svc_fh *resfhp) nfsd_symlink() argument
2080 struct path path = { nfsd_statfs() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c127 struct path path = {.mnt = mntget(exp->ex_path.mnt), in nfsd_cross_mnt() local
135 err = follow_down(&path, follow_flags); in nfsd_cross_mnt()
138 if (path.mnt == exp->ex_path.mnt && path.dentry == dentry && in nfsd_cross_mnt()
141 path_put(&path); in nfsd_cross_mnt()
145 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
157 path_put(&path); in nfsd_cross_mnt()
164 * This is subtle: path.dentry is *not* on path in nfsd_cross_mnt()
180 follow_to_parent(struct path *path) follow_to_parent() argument
194 struct path path = {.mnt = mntget((*exp)->ex_path.mnt), nfsd_lookup_parent() local
830 struct path path; __nfsd_open() local
1554 struct path path; nfsd_readlink() local
1597 nfsd_symlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *fname, int flen, char *path, struct nfsd_attrs *attrs, struct svc_fh *resfhp) nfsd_symlink() argument
2140 struct path path = { nfsd_statfs() local
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc329 /// @param path the path to the function to stat.
335 get_stat(const string& path, in get_stat() argument
337 {return (lstat(path.c_str(), s) == 0);} in get_stat()
339 /// Tests whether a path exists;
341 /// @param path the path to test for.
343 /// @return true iff the path at @p path exist.
345 file_exists(const string& path) in file_exists() argument
358 dir_exists(const string &path) dir_exists() argument
365 dir_is_empty(const string &path) dir_is_empty() argument
391 is_regular_file(const string& path) is_regular_file() argument
514 is_dir(const string& path) is_dir() argument
687 dir_name(string const& path, string& dir_name, bool keep_separator_at_end) dir_name() argument
716 base_name(string const &path, string& file_name) base_name() argument
793 ensure_parent_dir_created(const string& path) ensure_parent_dir_created() argument
834 check_file(const string& path, ostream& out, const string& prog_name) check_file() argument
862 check_dir(const string& path, ostream& out, const string& prog_name) check_dir() argument
2405 char* path[] = {const_cast<char*>(from.c_str()), 0}; find_vmlinux_and_module_paths() local
2447 char* path[] = {const_cast<char*>(from.c_str()), 0}; find_vmlinux_path() local
[all...]
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py654 path = FakePath(TESTFN)
655 self.addCleanup(unlink, path)
656 self.assertFalse(os.path.exists(path))
657 with contextlib.closing(sqlite.connect(path)) as cx:
658 self.assertTrue(os.path.exists(path))
666 path = TESTFN_UNDECODABLE
667 self.addCleanup(unlink, path)
668 self.assertFalse(os.path
[all...]
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
22 config_file = os.path.abspath(config_file)
47 if os.path.isfile(config_file):
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
22 config_file = os.path.abspath(config_file)
47 if os.path.isfile(config_file):
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-path-selector.h20 * We provide an abstraction for the code that chooses which path
29 /* Information about a path selector type */
38 * Constructs a path selector object, takes custom arguments
44 * Add an opaque path object, along with some selector specific
45 * path args (eg, path priority).
47 int (*add_path) (struct path_selector *ps, struct dm_path *path,
51 * Chooses a path for this io, if no paths are available then
58 * Notify the selector that a path has failed.
63 * Ask selector to reinstate a path
[all...]
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dgenpd.py17 path = kobj['name'].string()
20 path = kobject_get_path(parent) + '/' + path
21 return path
/kernel/linux/linux-5.10/fs/ext4/
H A Dsymlink.c55 static int ext4_encrypted_symlink_getattr(const struct path *path, in ext4_encrypted_symlink_getattr() argument
59 ext4_getattr(path, stat, request_mask, query_flags); in ext4_encrypted_symlink_getattr()
61 return fscrypt_symlink_getattr(path, stat); in ext4_encrypted_symlink_getattr()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-path-selector.h21 * We provide an abstraction for the code that chooses which path
31 * If a path selector uses this flag, a high resolution timer is used
33 * This improves performance of some path selectors (i.e. HST), in
35 * The extra cost is usually offset by improved path selection for
44 /* Information about a path selector type */
54 * Constructs a path selector object, takes custom arguments
60 * Add an opaque path object, along with some selector specific
61 * path args (eg, path priority).
63 int (*add_path)(struct path_selector *ps, struct dm_path *path,
[all...]
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dgenpd.py17 path = kobj['name'].string()
20 path = kobject_get_path(parent) + '/' + path
21 return path
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_utime.c50 int utime(const char *path, const struct utimbuf *ptimes) in utime() argument
60 if (path == NULL) { in utime()
65 if (!path[0]) { in utime()
70 ret = vfs_normalize_path((const char *)NULL, path, &fullpath); in utime()
/third_party/gn/src/base/files/
H A Dscoped_temp_dir.cc53 bool ScopedTempDir::Set(const FilePath& path) { in Set() argument
57 if (!DirectoryExists(path) && !base::CreateDirectory(path)) in Set()
60 path_ = path; in Set()
70 // We only clear the path if deleted the directory. in Delete()
/third_party/NuttX/fs/vfs/
H A Dfs_readlink.c35 ssize_t do_readlink(int dirfd, const char *path, char *buf, size_t bufsize) in do_readlink() argument
41 if (!path) in do_readlink()
47 if (*path == '\0' || buf == NULL || bufsize < 0) in do_readlink()
53 ret = vfs_normalize_pathat(dirfd, path, &fullpath); in do_readlink()
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h97 * path - The path to the vnode to create
107 * EINVAL - 'path' is invalid for this operation
108 * EEXIST - An vnode already exists at 'path'
113 * The parameter path must point a valid string, which end with the terminating null byte.
114 * The total length of parameter path must less than the value defined by PATH_MAX.
115 * The prefix of the parameter path must be /dev/.
120 int register_driver(const char *path,
132 * The parameter path must point a valid string, which end with the terminating null byte.
133 * The length of parameter path mus
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubject.java46 public final void hasKey(RbPath path) { in hasKey() argument
47 hasKeyThat().isEqualTo(path); in hasKey()
50 public final void hasKey(String path) { in hasKey() argument
51 hasKey(RbPath.parse(path)); in hasKey()
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_get_dyn_info_list_addr.c39 char path[PATH_MAX]; in get_list_addr() local
51 if (elf_map_image (&ui->edi.ei, path) < 0) in get_list_addr()
55 Debug (16, "checking object %s\n", path); in get_list_addr()
57 if (tdep_find_unwind_table (&ui->edi, as, path, lo, off, 0) > 0) in get_list_addr()
/third_party/libunwind/libunwind/src/coredump/
H A D_UPT_get_dyn_info_list_addr.c41 char path[PATH_MAX]; in get_list_addr() local
53 if (elf_map_image (&ui->edi.ei, path) < 0) in get_list_addr()
57 Debug (16, "checking object %s\n", path); in get_list_addr()
59 if (tdep_find_unwind_table (&ui->edi, as, path, lo, off, 0) > 0) in get_list_addr()
/third_party/lzma/CPP/Windows/
H A DDLL.h70 bool LoadEx(CFSTR path, DWORD flags = LOAD_LIBRARY_AS_DATAFILE) throw();
71 bool Load(CFSTR path) throw();
90 bool Load(CFSTR path) throw();
97 bool MyGetModuleFileName(FString &path);
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_fuzz_config.py9 THIS_DIR = os.path.dirname(os.path.abspath(__file__))
14 with open(os.path.join(THIS_DIR, 'v8_fuzz_experiments.json')) as f:
19 with open(os.path.join(THIS_DIR, 'v8_fuzz_flags.json')) as f:
/third_party/node/test/parallel/
H A Dtest-child-process-fork-args.js32 const cp = fork(fixtures.path('child-process-echo-options.js'));
54 fork(fixtures.path('child-process-echo-options.js'), arg);
66 const cp = fork(fixtures.path('child-process-echo-options.js'), args, {
97 fork(fixtures.path('child-process-echo-options.js'), [], arg);
H A Dtest-pipe-file-to-http.js27 const path = require('path');
32 const filename = path.join(tmpdir.path, 'big');
66 path: '/',
H A Dtest-trace-events-async-hooks-dynamic.js16 const path = require('path');
24 const filename = path.join(tmpdir.path, 'node_trace.1.log');
31 cwd: tmpdir.path,

Completed in 17 milliseconds

1...<<919293949596979899100>>...347