Home
last modified time | relevance | path

Searched full:path (Results 251 - 275 of 54513) sorted by relevance

1...<<11121314151617181920>>...2181

/third_party/skia/infra/bots/recipes/perf.expected/
H A DPerf-Android-Clang-Nexus7-CPU-Tegra3-arm-Debug-All-Android.json8 "/path/to/tmp/json",
42 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
58 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
100 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
174 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
185 "/path/t
[all...]
/third_party/mesa3d/src/broadcom/ci/
H A Dtraces-broadcom.yml5 - path: 0ad/0ad.trace
9 - path: behdad-glyphy/glyphy.trace
13 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true.trace
17 - path: glmark2/jellyfish.trace
21 - path: glxgears/glxgears-2.trace
25 - path: gputest/furmark.trace
29 # - path: gputest/gimark.trace
34 # - path: gputest/pixmark-julia-fp32.trace
39 # - path: gputest/pixmark-julia-fp64.trace
44 - path
[all...]
/third_party/node/tools/inspector_protocol/
H A Droll.py40 def CheckRepoIsClean(path, suffix):
41 os.chdir(path) # As a side effect this also checks for existence of the dir.
42 # If path isn't a git repo, this will throw and exception.
46 raise Exception('%s is not a clean git repo (run git status)' % path)
47 if not path.endswith(suffix):
48 raise Exception('%s does not end with /%s' % (path, suffix))
51 def CheckRepoIsNotAtMasterBranch(path):
52 os.chdir(path)
55 raise Exception('%s is at master branch - refusing to copy there.' % path)
58 def CheckRepoIsV8Checkout(path)
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dnumber_mutator.js21 function isObjectKey(path) {
22 return (path.parent &&
23 babelTypes.isObjectMember(path.parent) &&
24 path.parent.key === path.node);
46 ignore(path) {
48 common.isInForLoopCondition(path) ||
49 common.isInWhileLoop(path);
52 randomReplace(path, value, forcePositive=false) {
60 path
[all...]
/third_party/node/deps/npm/node_modules/env-paths/
H A Dindex.js2 const path = require('path');
10 const library = path.join(homedir, 'Library');
13 data: path.join(library, 'Application Support', name),
14 config: path.join(library, 'Preferences', name),
15 cache: path.join(library, 'Caches', name),
16 log: path.join(library, 'Logs', name),
17 temp: path.join(tmpdir, name)
22 const appData = env.APPDATA || path.join(homedir, 'AppData', 'Roaming');
23 const localAppData = env.LOCALAPPDATA || path
[all...]
/third_party/skia/gn/
H A Dcopy_git_directory.py20 if not os.path.isdir(src):
22 if not os.path.isdir(dst):
26 abs_src = os.path.abspath(src)
30 def output(out, sym, dst, path):
32 out.write('%s %s%s%s\n' % (sym, dst, os.sep, path))
35 path = os.path.normpath(os.path.join(dirpath, filename))
36 if path not in src_files:
37 output(out, '-', dst, path)
[all...]
/third_party/skia/modules/pathkit/perf/
H A Deffects.bench.js17 ctx.path = drawStar();
21 let path = ctx.path.copy().dash(10, 3, 1);
22 path.delete();
26 ctx.path.delete();
38 ctx.path = drawStar();
42 let path = ctx.path.copy().trim(0.25, .8);
43 path.delete();
47 ctx.path
[all...]
/third_party/jerryscript/targets/curie_bsp/
H A Dsetup.py23 if not os.path.exists(project_path):
28 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'arc'),
32 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'include'),
36 'src': os.path.join('targets', 'curie_bsp', 'jerry_app', 'quark'),
41 'link_name': os.path.join('quark', 'jerryscript')
46 src = os.path.join(jerry_path, link['src'])
47 link_name = os.path.join(project_path, link['link_name'])
48 if not os.path.islink(link_name):
58 src_dir = os.path.join(root_dir, sub_dir)
63 file_path = os.path
[all...]
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim.h69 explicit HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(key_path) { in path() function
76 std::string path; member
105 D3DKMT_Adapter& add_driver_manifest_path(fs::path const& src);
106 D3DKMT_Adapter& add_implicit_layer_manifest_path(fs::path const& src);
107 D3DKMT_Adapter& add_explicit_layer_manifest_path(fs::path const& src);
116 D3DKMT_Adapter& add_path(fs::path src, std::vector<std::wstring>& dest);
146 void redirect_all_paths(fs::path const& path);
147 void redirect_category(fs::path const& new_path, ManifestCategory category);
150 void set_fake_path(ManifestCategory category, fs::path cons
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h72 class DRAWING_API Path { class
74 Path() noexcept;
75 Path(const Path& p) noexcept;
76 Path &operator=(const Path& p) noexcept;
77 virtual ~Path();
85 * @brief Parses the SVG format string that describes the drawing path, and sets the Path.
87 * @param str A string in SVG format that describes the drawing path
[all...]
/third_party/iptables/
H A DOAT.xml24 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_util.py106 spec = self.machinery.ModuleSpec('test', object(), origin='some/path')
113 spec.cached = 'some/path'
280 module.__path__ = ['<path>']
407 def find_spec(name, path=None, target=None): return name, path, target
565 # Given the path to a .py file, return the path to its PEP 3147
567 path = os.path.join('foo', 'bar', 'baz', 'qux.py')
568 expect = os.path
[all...]
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py46 sys.localcoverage_path = os.path.join(current_path, "..")
47 sys.path.insert(0, sys.localcoverage_path)
67 coverage_log_path = os.path.join(
80 subsystem_config_filepath = os.path.join(CODEPATH, SYSTEM_JSON)
81 if os.path.exists(subsystem_config_filepath):
92 subsystem_path = value.get('path')
95 for path in subsystem_path:
96 subsystem_rootpath.append(os.path.join(CODEPATH, path))
110 if os.path
[all...]
/third_party/node/lib/
H A Dfs.js60 const pathModule = require('path');
220 * specified by `path`.
221 * @param {string | Buffer | URL} path
226 function access(path, mode, callback) {
232 path = getValidatedPath(path);
238 binding.access(pathModule.toNamespacedPath(path), mode, req);
243 * directory specified by `path`.
244 * @param {string | Buffer | URL} path
248 function accessSync(path, mod
[all...]
/third_party/libfuse/example/
H A Dpassthrough_fh.c71 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr() argument
76 (void) path; in xmp_getattr()
81 res = lstat(path, stbuf); in xmp_getattr()
88 static int xmp_access(const char *path, int mask) in xmp_access() argument
92 res = access(path, mask); in xmp_access()
99 static int xmp_readlink(const char *path, char *buf, size_t size) in xmp_readlink() argument
103 res = readlink(path, buf, size - 1); in xmp_readlink()
117 static int xmp_opendir(const char *path, struct fuse_file_info *fi) in xmp_opendir() argument
124 d->dp = opendir(path); in xmp_opendir()
142 static int xmp_readdir(const char *path, voi argument
203 xmp_releasedir(const char *path, struct fuse_file_info *fi) xmp_releasedir() argument
212 xmp_mknod(const char *path, mode_t mode, dev_t rdev) xmp_mknod() argument
226 xmp_mkdir(const char *path, mode_t mode) xmp_mkdir() argument
237 xmp_unlink(const char *path) xmp_unlink() argument
248 xmp_rmdir(const char *path) xmp_rmdir() argument
296 xmp_chmod(const char *path, mode_t mode, struct fuse_file_info *fi) xmp_chmod() argument
311 xmp_chown(const char *path, uid_t uid, gid_t gid, struct fuse_file_info *fi) xmp_chown() argument
326 xmp_truncate(const char *path, off_t size, struct fuse_file_info *fi) xmp_truncate() argument
343 xmp_utimens(const char *path, const struct timespec ts[2], struct fuse_file_info *fi) xmp_utimens() argument
360 xmp_create(const char *path, mode_t mode, struct fuse_file_info *fi) xmp_create() argument
372 xmp_open(const char *path, struct fuse_file_info *fi) xmp_open() argument
384 xmp_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) xmp_read() argument
397 xmp_read_buf(const char *path, struct fuse_bufvec **bufp, size_t size, off_t offset, struct fuse_file_info *fi) xmp_read_buf() argument
419 xmp_write(const char *path, const char *buf, size_t size, off_t offset, struct fuse_file_info *fi) xmp_write() argument
432 xmp_write_buf(const char *path, struct fuse_bufvec *buf, off_t offset, struct fuse_file_info *fi) xmp_write_buf() argument
446 xmp_statfs(const char *path, struct statvfs *stbuf) xmp_statfs() argument
457 xmp_flush(const char *path, struct fuse_file_info *fi) xmp_flush() argument
474 xmp_release(const char *path, struct fuse_file_info *fi) xmp_release() argument
482 xmp_fsync(const char *path, int isdatasync, struct fuse_file_info *fi) xmp_fsync() argument
503 xmp_fallocate(const char *path, int mode, off_t offset, off_t length, struct fuse_file_info *fi) xmp_fallocate() argument
517 xmp_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) xmp_setxattr() argument
526 xmp_getxattr(const char *path, const char *name, char *value, size_t size) xmp_getxattr() argument
535 xmp_listxattr(const char *path, char *list, size_t size) xmp_listxattr() argument
543 xmp_removexattr(const char *path, const char *name) xmp_removexattr() argument
553 xmp_lock(const char *path, struct fuse_file_info *fi, int cmd, struct flock *lock) xmp_lock() argument
563 xmp_flock(const char *path, struct fuse_file_info *fi, int op) xmp_flock() argument
595 xmp_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) xmp_lseek() argument
[all...]
/third_party/libfuse/lib/modules/
H A Diconv.c42 static int iconv_convpath(struct iconv *ic, const char *path, char **newpathp, in iconv_convpath() argument
53 if (path == NULL) { in iconv_convpath()
58 pathlen = strlen(path); in iconv_convpath()
68 res = iconv(fromfs ? ic->fromfs : ic->tofs, (char **) &path, in iconv_convpath()
103 static int iconv_getattr(const char *path, struct stat *stbuf, in iconv_getattr() argument
108 int err = iconv_convpath(ic, path, &newpath, 0); in iconv_getattr()
116 static int iconv_access(const char *path, int mask) in iconv_access() argument
120 int err = iconv_convpath(ic, path, &newpath, 0); in iconv_access()
128 static int iconv_readlink(const char *path, char *buf, size_t size) in iconv_readlink() argument
132 int err = iconv_convpath(ic, path, in iconv_readlink()
149 iconv_opendir(const char *path, struct fuse_file_info *fi) iconv_opendir() argument
175 iconv_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi, enum fuse_readdir_flags flags) iconv_readdir() argument
194 iconv_releasedir(const char *path, struct fuse_file_info *fi) iconv_releasedir() argument
206 iconv_mknod(const char *path, mode_t mode, dev_t rdev) iconv_mknod() argument
218 iconv_mkdir(const char *path, mode_t mode) iconv_mkdir() argument
230 iconv_unlink(const char *path) iconv_unlink() argument
242 iconv_rmdir(const char *path) iconv_rmdir() argument
305 iconv_chmod(const char *path, mode_t mode, struct fuse_file_info *fi) iconv_chmod() argument
318 iconv_chown(const char *path, uid_t uid, gid_t gid, struct fuse_file_info *fi) iconv_chown() argument
331 iconv_truncate(const char *path, off_t size, struct fuse_file_info *fi) iconv_truncate() argument
344 iconv_utimens(const char *path, const struct timespec ts[2], struct fuse_file_info *fi) iconv_utimens() argument
357 iconv_create(const char *path, mode_t mode, struct fuse_file_info *fi) iconv_create() argument
370 iconv_open_file(const char *path, struct fuse_file_info *fi) iconv_open_file() argument
382 iconv_read_buf(const char *path, struct fuse_bufvec **bufp, size_t size, off_t offset, struct fuse_file_info *fi) iconv_read_buf() argument
395 iconv_write_buf(const char *path, struct fuse_bufvec *buf, off_t offset, struct fuse_file_info *fi) iconv_write_buf() argument
408 iconv_statfs(const char *path, struct statvfs *stbuf) iconv_statfs() argument
420 iconv_flush(const char *path, struct fuse_file_info *fi) iconv_flush() argument
432 iconv_release(const char *path, struct fuse_file_info *fi) iconv_release() argument
444 iconv_fsync(const char *path, int isdatasync, struct fuse_file_info *fi) iconv_fsync() argument
457 iconv_fsyncdir(const char *path, int isdatasync, struct fuse_file_info *fi) iconv_fsyncdir() argument
470 iconv_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) iconv_setxattr() argument
484 iconv_getxattr(const char *path, const char *name, char *value, size_t size) iconv_getxattr() argument
497 iconv_listxattr(const char *path, char *list, size_t size) iconv_listxattr() argument
509 iconv_removexattr(const char *path, const char *name) iconv_removexattr() argument
521 iconv_lock(const char *path, struct fuse_file_info *fi, int cmd, struct flock *lock) iconv_lock() argument
534 iconv_flock(const char *path, struct fuse_file_info *fi, int op) iconv_flock() argument
546 iconv_bmap(const char *path, size_t blocksize, uint64_t *idx) iconv_bmap() argument
558 iconv_lseek(const char *path, off_t off, int whence, struct fuse_file_info *fi) iconv_lseek() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_api_test.cpp60 std::string path = "./document.db"; in HWTEST_F() local
62 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F()
74 DocumentDBTestUtils::RemoveTestDbFiles(path); in HWTEST_F()
86 std::string path = "./document.db"; in HWTEST_F() local
87 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, nullptr); in HWTEST_F()
91 status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F()
98 status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F()
107 std::string path = "./document.db"; in HWTEST_F() local
109 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_CREATE, &db); in HWTEST_F()
115 status = GRD_DBOpen(path in HWTEST_F()
135 std::string path = "./test.txt"; HWTEST_F() local
205 std::string path = "./document.db"; HWTEST_F() local
222 std::string path = "./document.db"; HWTEST_F() local
237 std::string path = "./document.db"; HWTEST_F() local
258 std::string path = "./document.db"; HWTEST_F() local
287 std::string path = "./document.db"; HWTEST_F() local
311 std::string path = "./document.db"; HWTEST_F() local
339 std::string path = "./document.db"; HWTEST_F() local
365 std::string path = "./document.db"; HWTEST_F() local
391 std::string path = "./document.db"; HWTEST_F() local
430 std::string path = "./document.db"; HWTEST_F() local
449 GetDBPageSize(const std::string &path) GetDBPageSize() argument
478 std::string path = "./document.db"; HWTEST_F() local
504 std::string path = "./document.db"; HWTEST_F() local
531 std::string path = "./document.db"; HWTEST_F() local
556 std::string path = "./document.db"; HWTEST_F() local
573 std::string path = "./document.db"; HWTEST_F() local
599 std::string path = "./document.db"; HWTEST_F() local
625 std::string path = "./document.db"; HWTEST_F() local
645 std::string path = "./document.db"; HWTEST_F() local
665 std::string path = "./document.db"; HWTEST_F() local
728 std::string path = "./document.db"; HWTEST_F() local
750 std::string path = "./document.db"; HWTEST_F() local
772 std::string path = "./document.db"; HWTEST_F() local
804 std::string path = "./document.db"; HWTEST_F() local
[all...]
/third_party/cJSON/tests/json-patch-tests/
H A Dtests.json29 "patch": [{"op": "add", "path": "/foo", "value":1}],
34 "patch": [{"op": "add", "path": "/0", "value": "foo"}],
44 "patch": [{"op": "add", "path": "/foo", "value": "1"}],
49 "patch": [{"op": "add", "path": "/foo", "value": 1}],
54 "patch": [{"op": "replace", "path": "", "value": "bar"}],
60 "patch": [{"op": "add", "path": "", "value": []}],
65 "patch": [{"op": "add", "path": "", "value": {}}],
70 "patch": [{"op": "add", "path": "/-", "value": "hi"}],
75 "patch": [ {"op": "add", "path": "/", "value":1 } ],
80 "patch": [ {"op": "add", "path"
[all...]
/third_party/python/Lib/
H A Dpkgutil.py9 import os.path namespace
53 def walk_packages(path=None, prefix='', onerror=None):
55 on path, or, if path is None, all accessible modules.
57 'path' should be either None or a list of paths to look for
64 modules!) on the given path, in order to access the __path__
87 for info in iter_modules(path, prefix):
102 path = getattr(sys.modules[info.name], '__path__', None) or []
104 # don't traverse path items we've seen before
105 path
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs217 remote: Option<syn::Path>,
220 serde_path: Option<syn::Path>,
313 if attr.path() != SERDE { in from_ast()
315 matches!(&attr.meta, syn::Meta::Path(path) if path == NON_EXHAUSTIVE); in from_ast()
326 if meta.path == RENAME { in from_ast()
330 ser_name.set_opt(&meta.path, ser.as_ref().map(syn::LitStr::value)); in from_ast()
331 de_name.set_opt(&meta.path, de.as_ref().map(syn::LitStr::value)); in from_ast()
332 } else if meta.path in from_ast()
1261 let mut path = syn::Path { from_ast() variables
1278 let mut path = syn::Path { from_ast() variables
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs217 remote: Option<syn::Path>,
220 serde_path: Option<syn::Path>,
313 if attr.path() != SERDE { in from_ast()
315 matches!(&attr.meta, syn::Meta::Path(path) if path == NON_EXHAUSTIVE); in from_ast()
326 if meta.path == RENAME { in from_ast()
330 ser_name.set_opt(&meta.path, ser.as_ref().map(syn::LitStr::value)); in from_ast()
331 de_name.set_opt(&meta.path, de.as_ref().map(syn::LitStr::value)); in from_ast()
332 } else if meta.path in from_ast()
1261 let mut path = syn::Path { from_ast() variables
1278 let mut path = syn::Path { from_ast() variables
[all...]
/kernel/linux/linux-5.10/net/iucv/
H A Diucv.c117 * The work element to deliver path pending interrupts.
649 * @pathid: path identification number.
652 * Sever an iucv path to free up the pathid. Used internally.
680 * Function called after a path has been severed to find all remaining
689 * When a path is severed, the pathid can be reused immediately in iucv_cleanup_queue()
806 * @path: address of iucv path structure
809 * @private: private data passed to interrupt handlers for this path
812 * external interrupt and now wishes to complete the IUCV communication path.
816 int iucv_path_accept(struct iucv_path *path, struc argument
863 iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, u8 *userid, u8 *system, u8 *userdata, void *private) iucv_path_connect() argument
926 iucv_path_quiesce(struct iucv_path *path, u8 *userdata) iucv_path_quiesce() argument
958 iucv_path_resume(struct iucv_path *path, u8 *userdata) iucv_path_resume() argument
988 iucv_path_sever(struct iucv_path *path, u8 *userdata) iucv_path_sever() argument
1020 iucv_message_purge(struct iucv_path *path, struct iucv_message *msg, u32 srccls) iucv_message_purge() argument
1060 iucv_message_receive_iprmdata(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) iucv_message_receive_iprmdata() argument
1110 __iucv_message_receive(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) __iucv_message_receive() argument
1158 iucv_message_receive(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) iucv_message_receive() argument
1184 iucv_message_reject(struct iucv_path *path, struct iucv_message *msg) iucv_message_reject() argument
1222 iucv_message_reply(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *reply, size_t size) iucv_message_reply() argument
1273 __iucv_message_send(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size) __iucv_message_send() argument
1327 iucv_message_send(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size) iucv_message_send() argument
1358 iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size, void *answer, size_t asize, size_t *residual) iucv_message_send2way() argument
1425 struct iucv_path *path; iucv_path_pending() local
1485 struct iucv_path *path = iucv_path_table[ipc->ippathid]; iucv_path_complete() local
1515 struct iucv_path *path = iucv_path_table[ips->ippathid]; iucv_path_severed() local
1551 struct iucv_path *path = iucv_path_table[ipq->ippathid]; iucv_path_quiesced() local
1579 struct iucv_path *path = iucv_path_table[ipr->ippathid]; iucv_path_resumed() local
1610 struct iucv_path *path = iucv_path_table[imc->ippathid]; iucv_message_complete() local
1655 struct iucv_path *path = iucv_path_table[imp->ippathid]; iucv_message_pending() local
[all...]
/kernel/linux/linux-6.6/net/iucv/
H A Diucv.c117 * The work element to deliver path pending interrupts.
651 * @pathid: path identification number.
654 * Sever an iucv path to free up the pathid. Used internally.
682 * Function called after a path has been severed to find all remaining
691 * When a path is severed, the pathid can be reused immediately in iucv_cleanup_queue()
808 * @path: address of iucv path structure
811 * @private: private data passed to interrupt handlers for this path
814 * external interrupt and now wishes to complete the IUCV communication path.
818 int iucv_path_accept(struct iucv_path *path, struc argument
865 iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, u8 *userid, u8 *system, u8 *userdata, void *private) iucv_path_connect() argument
928 iucv_path_quiesce(struct iucv_path *path, u8 *userdata) iucv_path_quiesce() argument
960 iucv_path_resume(struct iucv_path *path, u8 *userdata) iucv_path_resume() argument
990 iucv_path_sever(struct iucv_path *path, u8 *userdata) iucv_path_sever() argument
1022 iucv_message_purge(struct iucv_path *path, struct iucv_message *msg, u32 srccls) iucv_message_purge() argument
1062 iucv_message_receive_iprmdata(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) iucv_message_receive_iprmdata() argument
1112 __iucv_message_receive(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) __iucv_message_receive() argument
1160 iucv_message_receive(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *buffer, size_t size, size_t *residual) iucv_message_receive() argument
1186 iucv_message_reject(struct iucv_path *path, struct iucv_message *msg) iucv_message_reject() argument
1224 iucv_message_reply(struct iucv_path *path, struct iucv_message *msg, u8 flags, void *reply, size_t size) iucv_message_reply() argument
1275 __iucv_message_send(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size) __iucv_message_send() argument
1329 iucv_message_send(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size) iucv_message_send() argument
1361 iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size, void *answer, size_t asize, size_t *residual) iucv_message_send2way() argument
1428 struct iucv_path *path; iucv_path_pending() local
1488 struct iucv_path *path = iucv_path_table[ipc->ippathid]; iucv_path_complete() local
1518 struct iucv_path *path = iucv_path_table[ips->ippathid]; iucv_path_severed() local
1554 struct iucv_path *path = iucv_path_table[ipq->ippathid]; iucv_path_quiesced() local
1582 struct iucv_path *path = iucv_path_table[ipr->ippathid]; iucv_path_resumed() local
1613 struct iucv_path *path = iucv_path_table[imc->ippathid]; iucv_message_complete() local
1660 struct iucv_path *path = iucv_path_table[imp->ippathid]; iucv_message_pending() local
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/
H A Dfile_share_sandbox.json2 "mount-path-map" : [{
3 "sandbox-path" : "/data/storage/el2/base/",
4 "src-path" : "/data/app/el2/<currentUserId>/base/<PackageName>/"
6 "sandbox-path" : "/data/storage/el1/base/",
7 "src-path" : "/data/app/el1/<currentUserId>/base/<PackageName>/"
9 "sandbox-path" : "/data/storage/el2/distributedfiles/",
10 "src-path" : "/mnt/hmdfs/<currentUserId>/account/device_view/<networkId>/data/<PackageName>/"
12 "sandbox-path" : "/mnt/data/fuse/",
13 "src-path" : "/mnt/data/<currentUserId>/fuse/"
15 "sandbox-path"
[all...]
/third_party/typescript/src/harness/
H A DvirtualFileSystemWithWatch.ts3 path: "/a/lib/lib.d.ts",
18 return combinePaths(getDirectoryPath(libFile.path), "tsc.js");
45 path: string;
51 path: string;
56 path: string;
57 /** Relative path to the real file. */
63 [path: string]: string | Omit<FileOrFolderOrSymLink, "path">;
74 path: Path;
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...2181