Home
last modified time | relevance | path

Searched refs:path (Results 6501 - 6525 of 12204) sorted by relevance

1...<<261262263264265266267268269270>>...489

/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp_standalone_scaffolding.h37 _mesa_lookup_shader_include(struct gl_context *ctx, char *path,
/third_party/node/test/parallel/
H A Dtest-http-client-headers-host-array.js12 path: '/',
11 path: '/', global() property
/third_party/pulseaudio/src/modules/gsettings/
H A Dmeson_post_install.py11 schemadir = os.path.join(datadir, 'glib-2.0', 'schemas')
/third_party/skia/third_party/externals/icu/source/extra/uconv/unicode/
H A Duwmsg.h20 /* Set the path to wmsg's bundle.
23 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
/third_party/python/Lib/lib2to3/tests/
H A D__init__.py11 return load_package_tests(os.path.dirname(__file__), *args)
/third_party/skia/build/fuchsia/
H A Dfile_exists18 if os.path.exists(args.file_name):
/third_party/zlib/examples/
H A Dgzlog.h27 Interface changed slightly in that now path is a prefix
58 when locking the resource. path is the prefix of the file names created by
59 this object. If path is "foo", then the log file will be "foo.gz", and
66 gzlog *gzlog_open(char *path);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp102 Path* path = new Path(); in Constructor() local
103 jsPath = new JsPath(path); in Constructor()
110 JsPath* path = nullptr; in Constructor() local
111 GET_UNWRAP_PARAM(ARGC_ZERO, path); in Constructor()
112 Path* p = new Path(*path->GetPath()); in Constructor()
140 napi_value JsPath::CreateJsPath(napi_env env, Path* path) in CreateJsPath() argument
146 auto jsPath = new JsPath(path); in CreateJsPath()
150 ROSEN_LOGE("JsPath::CreateJsPath Create path object failed!"); in CreateJsPath()
362 ROSEN_LOGE("JsPath::OnMoveTo path is nullptr"); in OnMoveTo()
381 ROSEN_LOGE("JsPath::OnLineTo path i in OnLineTo()
705 Path* path = new Path(); OnOffset() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp396 void SkiaCanvas::DrawPath(const Path& path, const Paint& paint) in DrawPath() argument
402 auto skPathImpl = path.GetImpl<SkiaPath>(); in DrawPath()
423 void SkiaCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, scalar lightRadius, in DrawShadow() argument
430 auto skPathImpl = path.GetImpl<SkiaPath>(); in DrawShadow()
442 void SkiaCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
449 auto skPathImpl = path.GetImpl<SkiaPath>(); in DrawShadowStyle()
956 void SkiaCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() argument
962 auto skPathImpl = path.GetImpl<SkiaPath>(); in ClipPath()
1167 Path path = symbol.path_; in ConvertToHMSymbolData() local
1168 auto skPathImpl = path in ConvertToHMSymbolData()
[all...]
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dinode.c330 struct path *path = ecryptfs_dentry_to_lower_path(dentry->d_parent); in ecryptfs_lookup_interpose() local
342 d_inode(path->dentry)); in ecryptfs_lookup_interpose()
346 dentry_info->lower_path.mnt = mntget(path->mnt); in ecryptfs_lookup_interpose()
977 static int ecryptfs_getattr_link(const struct path *path, struct kstat *stat, in ecryptfs_getattr_link() argument
980 struct dentry *dentry = path->dentry; in ecryptfs_getattr_link()
1002 static int ecryptfs_getattr(const struct path *path, struct kstat *stat, in ecryptfs_getattr() argument
1005 struct dentry *dentry = path in ecryptfs_getattr()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dauditfilter.c1265 * @path: pathname of which to determine length
1267 int parent_len(const char *path) in parent_len() argument
1272 plen = strlen(path); in parent_len()
1278 p = path + plen - 1; in parent_len()
1279 while ((*p == '/') && (p > path)) in parent_len()
1283 while ((*p != '/') && (p > path)) in parent_len()
1286 /* did we find a slash? Then increment to include it in path */ in parent_len()
1290 return p - path; in parent_len()
1295 * given path. Return of 0 indicates a match.
1297 * @path
1301 audit_compare_dname_path(const struct qstr *dname, const char *path, int parentlen) audit_compare_dname_path() argument
[all...]
/kernel/linux/linux-6.6/fs/exfat/
H A Dnamei.c420 static int __exfat_resolve_path(struct inode *inode, const unsigned char *path, in __exfat_resolve_path() argument
429 int pathlen = strlen(path); in __exfat_resolve_path()
435 namelen = exfat_striptail_len(pathlen, path, false); in __exfat_resolve_path()
459 namelen = exfat_nls_to_utf16(sb, path, namelen, p_uniname, in __exfat_resolve_path()
474 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path()
477 return __exfat_resolve_path(inode, path, dir, uni, 0); in exfat_resolve_path()
481 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path_for_lookup()
484 return __exfat_resolve_path(inode, path, dir, uni, 1); in exfat_resolve_path_for_lookup()
492 static int exfat_add_entry(struct inode *inode, const char *path, in exfat_add_entry() argument
504 ret = exfat_resolve_path(inode, path, p_di in exfat_add_entry()
473 exfat_resolve_path(struct inode *inode, const unsigned char *path, struct exfat_chain *dir, struct exfat_uni_name *uni) exfat_resolve_path() argument
480 exfat_resolve_path_for_lookup(struct inode *inode, const unsigned char *path, struct exfat_chain *dir, struct exfat_uni_name *uni) exfat_resolve_path_for_lookup() argument
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfsctl.c254 struct path path; in write_unlock_fs() local
269 error = kern_path(fo_path, 0, &path); in write_unlock_fs()
278 * 1. Does the path refer to a directory? in write_unlock_fs()
282 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb); in write_unlock_fs()
284 path_put(&path); in write_unlock_fs()
289 * write_filehandle - Get a variable-length NFS file handle by path
298 * path: export pathname
311 char *dname, *path; in write_filehandle() local
330 path in write_filehandle()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dauditfilter.c1275 * @path: pathname of which to determine length
1277 int parent_len(const char *path) in parent_len() argument
1282 plen = strlen(path); in parent_len()
1288 p = path + plen - 1; in parent_len()
1289 while ((*p == '/') && (p > path)) in parent_len()
1293 while ((*p != '/') && (p > path)) in parent_len()
1296 /* did we find a slash? Then increment to include it in path */ in parent_len()
1300 return p - path; in parent_len()
1305 * given path. Return of 0 indicates a match.
1307 * @path
1311 audit_compare_dname_path(const struct qstr *dname, const char *path, int parentlen) audit_compare_dname_path() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp248 * Prepend the path (if any) to the name and run the name through treeToName().
251 makeFullFilename(const char *path, const char *name, in makeFullFilename() argument
255 // prepend the path unless NULL or empty in makeFullFilename()
256 if(path!=NULL && path[0]!=0) { in makeFullFilename()
257 if((int32_t)(strlen(path)+1)>=capacity) { in makeFullFilename()
258 fprintf(stderr, "pathname too long: \"%s\"\n", path); in makeFullFilename()
261 strcpy(filename, path); in makeFullFilename()
263 // make sure the path ends with a file separator in makeFullFilename()
274 fprintf(stderr, "path/filenam in makeFullFilename()
282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument
306 readFile(const char *path, const char *name, int32_t &length, char &type) readFile() argument
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h961 // Formats a source file path and a line number as they would appear
1993 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } in Stat() argument
2002 inline int Stat(const char* path, StatStruct* buf) {
2014 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2091 inline FILE* FOpen(const char* path, const char* mode) { in FOpen() argument
2095 std::wstring wide_path = converter.from_bytes(path); in FOpen()
2099 return fopen(path, mode); in FOpen()
2103 inline FILE* FReopen(const char* path, cons argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1032 // Formats a source file path and a line number as they would appear
2019 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } in Stat() argument
2028 inline int Stat(const char* path, StatStruct* buf) {
2040 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
2107 inline FILE* FOpen(const char* path, const char* mode) { in FOpen() argument
2111 std::wstring wide_path = converter.from_bytes(path); in FOpen()
2115 return fopen(path, mode); in FOpen()
2119 inline FILE* FReopen(const char* path, cons argument
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp248 * Prepend the path (if any) to the name and run the name through treeToName().
251 makeFullFilename(const char *path, const char *name, in makeFullFilename() argument
255 // prepend the path unless nullptr or empty in makeFullFilename()
256 if(path!=nullptr && path[0]!=0) { in makeFullFilename()
257 if((int32_t)(strlen(path)+1)>=capacity) { in makeFullFilename()
258 fprintf(stderr, "pathname too long: \"%s\"\n", path); in makeFullFilename()
261 strcpy(filename, path); in makeFullFilename()
263 // make sure the path ends with a file separator in makeFullFilename()
274 fprintf(stderr, "path/filenam in makeFullFilename()
282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument
306 readFile(const char *path, const char *name, int32_t &length, char &type) readFile() argument
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c585 char path[200], _url[256]; in lws_acme_client_connect() local
597 /* add back the leading / on path */ in lws_acme_client_connect()
598 path[0] = '/'; in lws_acme_client_connect()
599 lws_strncpy(path + 1, p, sizeof(path) - 1); in lws_acme_client_connect()
600 i->path = path; in lws_acme_client_connect()
612 lws_snprintf(path, sizeof(path) - 1, in lws_acme_client_connect()
614 lwsl_notice("%s: %s\n", __func__, path); in lws_acme_client_connect()
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc477 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path, in AddPathFromEnd() argument
481 for (auto it = path.rbegin(); it != path.rend(); ++it) { in AddPathFromEnd()
498 ProfileNode* ProfileTree::AddPathFromEnd(const ProfileStackTrace& path, in AddPathFromEnd() argument
504 for (auto it = path.rbegin(); it != path.rend(); ++it) { in AddPathFromEnd()
625 const ProfileStackTrace& path, int src_line, in AddPath()
632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath()
1197 base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line, in AddPathToCurrentProfiles()
1219 profile->AddPath(timestamp, accepts_context ? path in AddPathToCurrentProfiles()
624 AddPath(base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line, bool update_stats, base::TimeDelta sampling_interval, StateTag state_tag, EmbedderStateTag embedder_state_tag) AddPath() argument
1196 AddPathToCurrentProfiles( base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line, bool update_stats, base::TimeDelta sampling_interval, StateTag state, EmbedderStateTag embedder_state_tag, Address native_context_address, Address embedder_native_context_address) AddPathToCurrentProfiles() argument
[all...]
/third_party/libabigail/src/
H A Dabg-corpus.cc598 /// @param path the path to the file containing the ABI corpus.
599 corpus::corpus(const ir::environment& env, const string& path) in corpus() argument
601 priv_.reset(new priv(path, env)); in corpus()
616 /// Note that two translation units with the same path (as returned by
628 // Update the path -> translation_unit map. in add()
645 /// Find the translation unit that has a given path.
647 /// @param path the path of the translation unit to look for.
652 corpus::find_translation_unit(const string &path) cons
892 set_path(const string& path) set_path() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpackage.cpp248 * Prepend the path (if any) to the name and run the name through treeToName().
251 makeFullFilename(const char *path, const char *name, in makeFullFilename() argument
255 // prepend the path unless NULL or empty in makeFullFilename()
256 if(path!=NULL && path[0]!=0) { in makeFullFilename()
257 if((int32_t)(strlen(path)+1)>=capacity) { in makeFullFilename()
258 fprintf(stderr, "pathname too long: \"%s\"\n", path); in makeFullFilename()
261 strcpy(filename, path); in makeFullFilename()
263 // make sure the path ends with a file separator in makeFullFilename()
274 fprintf(stderr, "path/filenam in makeFullFilename()
282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument
306 readFile(const char *path, const char *name, int32_t &length, char &type) readFile() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c140 char *line, *tmp1, *path = NULL; in wpa_debug_open_linux_tracing() local
164 path = tmp_path; in wpa_debug_open_linux_tracing()
171 if (path == NULL) { in wpa_debug_open_linux_tracing()
176 snprintf(buf, sizeof(buf) - 1, "%s/tracing/trace_marker", path); in wpa_debug_open_linux_tracing()
932 int wpa_debug_open_file(const char *path) in wpa_debug_open_file() argument
937 if (!path) in wpa_debug_open_file()
940 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()
941 /* Save our path to enable re-open */ in wpa_debug_open_file()
943 last_path = os_strdup(path); in wpa_debug_open_file()
946 out_fd = open(path, O_CREA in wpa_debug_open_file()
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp72 MsgWithLocalRemoteInfo(void *d, size_t length, const std::string &path) : data(d), len(length) in MsgWithLocalRemoteInfo()
74 remoteInfo.SetAddress(path); in MsgWithLocalRemoteInfo()
222 static bool OnRecvLocalSocketMessage(EventManager *manager, void *data, size_t len, const std::string &path) in OnRecvLocalSocketMessage() argument
228 MsgWithLocalRemoteInfo *msg = new (std::nothrow) MsgWithLocalRemoteInfo(data, len, path); in OnRecvLocalSocketMessage()
363 explicit LocalSocketMessageCallback(EventManager *manager, const std::string &path = "") in LocalSocketMessageCallback()
364 : manager_(manager), socketPath_(path) in LocalSocketMessageCallback()
489 const LocalSocketMessageCallback &callback, const std::string &path) in LocalSocketServerRecvHandler()
541 const std::string &path) in LocalSocketServerAccept()
572 std::ref(path)); in LocalSocketServerAccept()
769 NETSTACK_LOGE("failed to copy socket path, sockf in ExecLocalSocketBind()
488 LocalSocketServerRecvHandler(int connectFd, LocalSocketServerManager *serverManager, const LocalSocketMessageCallback &callback, const std::string &path) LocalSocketServerRecvHandler() argument
540 LocalSocketServerAccept(LocalSocketServerManager *mgr, const LocalSocketMessageCallback &callback, const std::string &path) LocalSocketServerAccept() argument
1263 auto path = context->GetSocketPath(); LocalSocketGetLocalAddressCallback() local
1326 auto path = context->GetSocketPath(); LocalSocketServerGetLocalAddressCallback() local
1371 auto path = context->GetSocketPath(); LocalSocketConnectionGetLocalAddressCallback() local
[all...]
/foundation/filemanagement/app_file_service/test/unittest/file_permission_native/src/
H A Dfile_permission_test.cpp430 std::string path = FilePermission::GetPathByPermission("", PermissionName); in HWTEST_F() local
431 EXPECT_EQ(path, sandboxPath); in HWTEST_F()
447 std::string path = FilePermission::GetPathByPermission("", PermissionName); in HWTEST_F() local
448 EXPECT_EQ(path, sandboxPath); in HWTEST_F()
464 std::string path = FilePermission::GetPathByPermission("", PermissionName); in HWTEST_F() local
465 EXPECT_EQ(path, sandboxPath); in HWTEST_F()
613 PolicyInfo infoA = {.path = "file://" + BUNDLE_NAME_A + "/storage/001.txt"}; in HWTEST_F()
614 PolicyInfo infoB = {.path = BUNDLE_NAME_A + "/storage/001.txt"}; in HWTEST_F()
615 PolicyInfo infoC = {.path = "file://media/Photo/10/1.jpeg"}; in HWTEST_F()
616 PolicyInfo infoD = {.path in HWTEST_F()
[all...]

Completed in 37 milliseconds

1...<<261262263264265266267268269270>>...489