Home
last modified time | relevance | path

Searched refs:path (Results 1651 - 1675 of 9988) sorted by relevance

1...<<61626364656667686970>>...400

/kernel/linux/linux-5.10/fs/coda/
H A Dpioctl.c51 struct path path; in coda_pioctl() local
66 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
67 data.follow ? LOOKUP_FOLLOW : 0, &path); in coda_pioctl()
71 target_inode = d_inode(path.dentry); in coda_pioctl()
84 path_put(&path); in coda_pioctl()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.h24 char *path; /* slash separated list of path components */ member
53 struct path ex_path;
78 struct path ek_path;
96 struct path *);
98 struct path *);
101 char *path, struct knfsd_fh *, int maxsize);
/kernel/linux/linux-6.6/fs/coda/
H A Dpioctl.c53 struct path path; in coda_pioctl() local
68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
69 data.follow ? LOOKUP_FOLLOW : 0, &path); in coda_pioctl()
73 target_inode = d_inode(path.dentry); in coda_pioctl()
86 path_put(&path); in coda_pioctl()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.h41 int remap, const char *path, struct dfs_info3_param *ref,
43 int dfs_cache_noreq_find(const char *path, struct dfs_info3_param *ref,
45 void dfs_cache_noreq_update_tgthint(const char *path, const struct dfs_cache_tgt_iterator *it);
46 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it,
48 int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, char **share,
50 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c60 const char *path = "/sys/firmware/papr/energy_scale_info"; in verify_energy_info() local
66 if (stat(path, &s)) { in verify_energy_info()
73 dirp = opendir(path); in verify_energy_info()
89 sprintf(file_name, "%s/%d/desc", path, id); in verify_energy_info()
94 sprintf(file_name, "%s/%d/value", path, id); in verify_energy_info()
100 sprintf(file_name, "%s/%d/value_desc", path, id); in verify_energy_info()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_operations.h40 S32 OsVfsOpen(const char *path, S32 flags, va_list ap);
45 S32 OsVfsStat(const char *path, struct stat *stat);
46 S32 OsVfsStatfs(const char *path, struct statfs *buf);
48 S32 OsVfsUnlink(const char *path);
51 DIR *OsVfsOpendir(const char *path);
54 S32 OsVfsMkdir(const char *path, S32 mode);
/third_party/freetype/
H A Dinstall.py46 src_file = os.path.join(src_path, file)
47 dst_file = os.path.join(dst_path, file)
61 if not os.path.exists(target_dir):
88 freetype_path.add_argument('--gen-dir', help='generate path of log', required=True)
89 freetype_path.add_argument('--source-dir', help='generate path of log', required=True)
91 tar_file_path = os.path.join(args.source_dir, "freetype-2.12.1.tar.xz")
92 target_dir = os.path.join(args.gen_dir, "freetype")
93 target_include_dir = os.path.join(target_dir, "include")
/third_party/alsa-lib/modules/mixer/simple/
H A Dsbasedl.c44 char *xlib, *path, errbuf[256]; in mixer_simple_basic_dlopen() local
54 path = getenv("ALSA_MIXER_SIMPLE_MODULES"); in mixer_simple_basic_dlopen()
55 if (!path) in mixer_simple_basic_dlopen()
56 path = SO_PATH; in mixer_simple_basic_dlopen()
57 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1); in mixer_simple_basic_dlopen()
63 strcpy(xlib, path); in mixer_simple_basic_dlopen()
/third_party/curl/lib/
H A Dfopen.c45 to, *AND INCLUDING*, a final '/'. If there is no directory in the path,
50 The input path to this function is expected to have a file name part.
64 static char *dirslash(const char *path) in dirslash() argument
68 DEBUGASSERT(path); in dirslash()
70 n = strlen(path); in dirslash()
72 /* find the rightmost path separator, if any */ in dirslash()
73 while(n && !IS_SEP(path[n-1])) in dirslash()
75 /* skip over all the path separators, if any */ in dirslash()
76 while(n && IS_SEP(path[n-1])) in dirslash()
79 if(Curl_dyn_addn(&out, path, in dirslash()
[all...]
/third_party/cups/
H A Dinstall.py56 src_file = os.path.join(src_path, file)
57 dst_file = os.path.join(dst_path, file)
63 if not os.path.exists(target_dir):
93 cups_path.add_argument('--gen-dir', help='generate path of log', required=True)
94 cups_path.add_argument('--source-dir', help='generate path of log', required=True)
96 tar_file_path = os.path.join(args.source_dir, "cups-2.4.0-source.tar.gz")
97 target_dir = os.path.join(args.gen_dir, "cups-2.4.0")
98 convs_dir = os.path.join(target_dir, "conf")
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableWriter.java27 * a CoverageTest w/ a non-null path, which tells it to write the data.
33 String path; field in SerializableWriter
35 public SerializableWriter(String path) in SerializableWriter() argument
37 this.path = path; in SerializableWriter()
85 File outDir = new File(this.path); in serialize()
98 File oof = new File(this.path, className + ".dat"); in serialize()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableWriter.java25 * a CoverageTest w/ a non-null path, which tells it to write the data.
30 String path; field in SerializableWriter
32 public SerializableWriter(String path) in SerializableWriter() argument
34 this.path = path; in SerializableWriter()
82 File outDir = new File(this.path); in serialize()
95 File oof = new File(this.path, className + ".dat"); in serialize()
/third_party/libuv/docs/code/cgi/
H A Dmain.c18 char path[500]; in invoke_cgi_script() local
19 size_t size = sizeof(path); in invoke_cgi_script()
20 uv_exepath(path, &size); in invoke_cgi_script()
21 strcpy(path + (strlen(path) - strlen("cgi")), "tick"); in invoke_cgi_script()
24 args[0] = path; in invoke_cgi_script()
27 /* ... finding the executable path and setting up arguments ... */ in invoke_cgi_script()
/third_party/node/test/parallel/
H A Dtest-net-server-listen-path.js21 return `${common.PIPE}-listen-path-${counter++}`;
24 // Test listen(path)
32 // Test listen({path})
36 .listen({ path: handlePath })
40 // Test listen(path, cb)
47 // Test listen(path, cb)
51 .listen({ path: handlePath }, closeServer());
60 path: handlePath,
76 const server1 = net.createServer().listen({ path: handlePath }, () => {
81 path
[all...]
/third_party/node/test/addons/openssl-key-engine/
H A Dtest.js9 const path = require('path');
11 const engine = path.join(__dirname,
20 const agentKey = fs.readFileSync(fixture.path('/keys/agent1-key.pem'));
21 const agentCert = fs.readFileSync(fixture.path('/keys/agent1-cert.pem'));
22 const agentCa = fs.readFileSync(fixture.path('/keys/ca1-cert.pem'));
40 path: '/test',
/third_party/musl/src/stat/
H A Dutimensat.c10 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) in utimensat() argument
26 r = __syscall(SYS_utimensat_time64, fd, path, times ? in utimensat()
32 r = __syscall(SYS_utimensat, fd, path, in utimensat()
35 r = __syscall(SYS_utimensat, fd, path, times, flags); in utimensat()
55 r = __syscall(SYS_futimesat, fd, path, tv); in utimensat()
57 r = __syscall(SYS_utimes, path, tv); in utimensat()
/third_party/node/deps/v8/src/torque/
H A Dsource-positions.cc42 SourceId SourceFileMap::AddSource(std::string path) { in AddSource() argument
43 Get().sources_.push_back(std::move(path)); in AddSource()
48 SourceId SourceFileMap::GetSourceId(const std::string& path) { in GetSourceId() argument
50 if (Get().sources_[i] == path) { in GetSourceId()
69 bool SourceFileMap::FileRelativeToV8RootExists(const std::string& path) { in FileRelativeToV8RootExists() argument
70 const std::string file = Get().v8_root_ + "/" + path; in FileRelativeToV8RootExists()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dutime_sup.c63 const char *path = "/data/utime.txt"; in utime_0200() local
64 int fd = open(path, O_RDWR | O_RSYNC | O_CREAT, 0664); in utime_0200()
73 stat(path, &buf1); in utime_0200()
78 if (utime(path, NULL) != 0) { in utime_0200()
79 stat(path, &buf2); in utime_0200()
86 remove(path); in utime_0200()
/third_party/python/Lib/distutils/tests/
H A Dtest_msvccompiler.py58 version, path = _msvccompiler._find_vc2017()
61 self.assertTrue(os.path.isdir(path))
70 version, path = _msvccompiler._find_vc2015()
73 self.assertTrue(os.path.isdir(path))
/third_party/python/Doc/includes/
H A Demail-dir.py44 msg['Subject'] = f'Contents of directory {os.path.abspath(directory)}'
50 path = os.path.join(directory, filename)
51 if not os.path.isfile(path):
56 ctype, encoding = mimetypes.guess_type(path)
62 with open(path, 'rb') as fp:
/third_party/skia/tests/
H A DPathOpsExtendedTest.h44 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
51 extern bool testSimplifyFuzz(skiatest::Reporter* reporter, const SkPath& path,
61 void ShowPath(const SkPath& path, const char* pathName);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-symbols.py7 builddir = os.getenv ('builddir', os.path.dirname (__file__))
27 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
28 if not os.path.exists (so): continue
43 prefix = (symprefix + os.path.basename (so)).replace ('libharfbuzz', 'hb').replace ('-', '_').split ('.')[0]
51 def_path = os.path.join (builddir, soname + '.def')
52 if not os.path.exists (def_path):
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dgenerate-expected-outputs.py31 fonttools_path = os.path.join(tempfile.mkdtemp (), font_name)
44 harfbuzz_path = os.path.join(tempfile.mkdtemp (), font_name)
65 output_path = os.path.join(output_directory, font_name)
76 for path in args:
77 with open(path, mode="r", encoding="utf-8") as f:
78 test_suite = SubsetTestSuite(path, f.read())
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dgenerate_spirv_corpus.py19 # flattening their file names by replacing path separators with underscores.
27 # generate_spirv_corpus.py <input_dir> <corpus_dir> <path to spirv-as>
41 yield os.path.join(root, filename)
47 " <input dir> <output dir> <spirv-as path>")
49 input_dir: str = os.path.abspath(sys.argv[1].rstrip(os.sep))
50 corpus_dir: str = os.path.abspath(sys.argv[2])
51 spirv_as_path: str = os.path.abspath(sys.argv[3])
52 if os.path.exists(corpus_dir):
68 out_file = os.path.splitext(corpus_dir + os.sep +
/third_party/skia/tools/skqp/
H A Dgn_to_bp.py19 root_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
21 skia_gn_dir = os.path.join(root_dir, 'gn')
22 sys.path.insert(0, skia_gn_dir)
166 # We need to add the include path to the vulkan defines and header file set in
171 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni'))

Completed in 9 milliseconds

1...<<61626364656667686970>>...400