/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hlr_auc_gw.c | 251 static int open_socket(const char *path) in open_socket() argument 264 os_strlcpy(addr.sun_path, path, sizeof(addr.sun_path)); in open_socket() 979 "hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] " in usage() 986 " -s<socket path> = path for UNIX domain socket\n" in usage() 988 " -g<triplet file> = path for GSM authentication triplets\n" in usage() 989 " -m<milenage file> = path for Milenage keys\n" in usage() 990 " -D<DB file> = path to SQLite database\n" in usage()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5093 pub fn chflags(path: *const ::c_char, flags: ::c_uint) -> ::c_int; in chflags() 5334 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() 5388 path: *const ::c_char, in utimensat() 5420 path: *const ::c_char, in getxattr() 5436 path: *const ::c_char, in setxattr() 5452 path: *const ::c_char, in listxattr() 5463 pub fn removexattr(path: *const ::c_char, name: *const ::c_char, flags: ::c_int) -> ::c_int; in removexattr() 5503 path: *const ::c_char, in posix_spawn() 5565 path: *const ::c_char, in posix_spawn_file_actions_addopen() 5814 path in sysdir_get_next_search_path_enumeration() [all...] |
/third_party/rust/crates/syn/src/gen/ |
H A D | debug.rs | 907 formatter.field("path", &self.path); in fmt() 991 formatter.field("path", &self.path); in fmt() 1941 formatter.field("path", &self.path); in fmt() 2010 formatter.field("path", &self.path); in fmt() 2026 formatter.field("path", &self.path); in fmt() [all...] |
H A D | visit_mut.rs | 1770 v.visit_path_mut(&mut node.path); in visit_expr_path_mut() 1842 v.visit_path_mut(&mut node.path); in visit_expr_struct_mut() 2785 v.visit_path_mut(&mut node.path); in visit_macro_mut() 2847 v.visit_path_mut(&mut node.path); in visit_meta_list_mut() 2857 v.visit_path_mut(&mut node.path); in visit_meta_name_value_mut() 3032 v.visit_path_mut(&mut node.path); in visit_pat_struct_mut() 3069 v.visit_path_mut(&mut node.path); in visit_pat_tuple_struct_mut() 3314 v.visit_path_mut(&mut node.path); in visit_trait_bound_mut() 3613 v.visit_path_mut(&mut node.path); in visit_type_path_mut() 3803 v.visit_path_mut(&mut *node.path); in visit_vis_restricted_mut() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 914 // 0 or 1 parameter: ctx.stroke() / ctx.stroke(path) in JsStroke() 919 LOGE("Stroke Path2D failed, target is not path."); in JsStroke() 922 auto path = GetPath2D(runtime, argv[0]); in JsStroke() local 923 if (path == nullptr) { in JsStroke() 924 LOGE("Stroke Path2D failed, target path is null."); in JsStroke() 927 auto task = [path](const RefPtr<CanvasTaskPool>& pool) { pool->Stroke(path); }; in JsStroke() 1191 // 1 parameter: addPath(path) in JsPath2DAddPath() 1212 LOGE("Stroke Path2D failed, target is not path."); in JsPath2DAddPath() 1217 LOGE("AddPath to Path2D failed, to be added path i in JsPath2DAddPath() 1864 std::string path = argv[0]->ToString(runtime); JsGetJsonData() local [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1153 static std::string FileUrlToRawPath(const std::string &path) in FileUrlToRawPath() argument 1155 if (path.size() > FILE_URL_PREFIX.size() && in FileUrlToRawPath() 1156 (path.compare(0, FILE_URL_PREFIX.size(), FILE_URL_PREFIX) == 0)) { in FileUrlToRawPath() 1157 return path.substr(FILE_URL_PREFIX.size()); in FileUrlToRawPath() 1159 return path; in FileUrlToRawPath() 2778 resource_.path = resource.path; in SetImageResource()
|
/third_party/curl/lib/ |
H A D | url.c | 214 Curl_safefree(up->path); in up_free() 435 /* Set the default CA cert bundle/path detected/specified at build time. in Curl_init_userdefined() 1961 uc = curl_url_get(uh, CURLUPART_PATH, &data->state.up.path, 2194 char *path = NULL; local 2329 uc = curl_url_get(uhp, CURLUPART_PATH, &path, CURLU_URLDECODE); 2334 /* path will be "/", if no path was found */ 2335 if(strcmp("/", path)) { 2338 host = aprintf(UNIX_SOCKET_PREFIX"%s", path); 2373 free(path); [all...] |
/third_party/libsnd/src/ |
H A D | sndfile.c | 348 sf_open (const char *path, int mode, SF_INFO *sfinfo) in sf_open() argument 369 psf_log_printf (psf, "File : %s\n", path) ; in sf_open() 372 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, NULL, 0) ; in sf_open() 387 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, wpath, wpath_len) ; in sf_open() 421 utf8path_ptr = path ; in sf_open() 431 if (strcmp (path, "-") == 0) in sf_open() 2703 psf_log_printf (psf, "Resource fork : %s\n", psf->rsrc.path) ; in try_resource_fork()
|
/third_party/nghttp2/integration-tests/ |
H A D | nghttpx_http2_test.go | 1071 t.Fatal("execution path should not be here") 1094 t.Fatal("execution path should not be here") 2367 path: "/foo?bar", 2590 pair(":path", "/"), 3359 path: "/api/v1beta1/backendconfig", 3401 path: "/api/v1beta1/backendconfig?foo=bar", 3443 path: "/api/v1beta1/backendconfig", 3484 path: "/api/v1beta1/configrevision", 3527 path: "/api/notfound", 3568 path [all...] |
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 278 std::string path = ""; in HWTEST_F() local 280 jsRuntime->RunSandboxScript(path, hapPath); in HWTEST_F() 970 std::string path = "/system/etc/strip.native.min.abc"; in HWTEST_F() local 971 jsRuntime->LoadScript(path); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_container_test.cpp | 152 std::string path = context_->GetBundleCodePath(); in HWTEST_F() local 154 EXPECT_STREQ(path.c_str(), codePath.c_str()); in HWTEST_F() 209 std::string path = context_->GetBundleResourcePath(); in HWTEST_F() local 221 std::string path = context_->GetAppType(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 463 void FrontendDelegateDeclarativeNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument 466 pageRouterManager_->GetState(index, name, path); in GetState() 470 std::string& path, std::string& params) in GetRouterStateByIndex() 473 pageRouterManager_->GetStateByIndex(index, name, path, params); in GetRouterStateByIndex() 469 GetRouterStateByIndex(int32_t& index, std::string& name, std::string& path, std::string& params) GetRouterStateByIndex() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/ |
H A D | gzip_n_exporter.cpp | 45 std::unique_ptr<char[]> path = nullptr; member 225 tie(succ, arg->path, arg->mode) = CommonFunc::GetGZOpenArg(env, funcArg); in GZOpen() 235 file = gzopen64(arg->path.get(), arg->mode.get()); in GZOpen() 237 file = gzopen(arg->path.get(), arg->mode.get()); in GZOpen()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1202 std::string dir = "disk.path"; in HWTEST_F() 1216 std::string path = "path.test"; in HWTEST_F() local 1219 ErrCode result = installClient_->IsExistFile(path, isExist); in HWTEST_F() 1230 std::string path = "path.test"; in HWTEST_F() local 1233 ErrCode result = installClient_->IsExistApFile(path, isExist); in HWTEST_F() 1259 codeSignatureParam.modulePath = "module.path"; in HWTEST_F() 1288 checkEncryptionParam.modulePath = "module.path"; in HWTEST_F() 1317 checkEncryptionParam.modulePath = "module.path"; in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | upgrade_restore.cpp | 206 int32_t UpgradeRestore::ParseXml(string path) in ParseXml() argument 209 xmlReadFile(path.c_str(), nullptr, XML_PARSE_NOBLANKS), xmlFreeDoc); in ParseXml() 290 MEDIA_ERR_LOG("Invalid path: %{public}s.", in ParseResultSetFromAudioDb() 589 MEDIA_ERR_LOG("Invalid media type: %{public}d, path: %{public}s", mediaType, in ParseResultSetForAudio() 595 MEDIA_ERR_LOG("Invalid path: %{public}s.", in ParseResultSetForAudio() 603 MEDIA_WARN_LOG("maybe garbage path = %{public}s.", in ParseResultSetForAudio() 642 bool UpgradeRestore::IsValidDir(const string &path) in IsValidDir() argument 646 if (path.find(cacheDir) == 0) { in IsValidDir() 659 MEDIA_ERR_LOG("Data duplicate and already used, path: %{public}s", in ParseResultSet() 665 MEDIA_ERR_LOG("Invalid media type: %{public}d, path in ParseResultSet() [all...] |
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 944 for (const auto &path : certsPath.certPathList) { in AddCurlHandle() 945 if (path.empty() || access(path.c_str(), F_OK) != 0) { in AddCurlHandle() 946 NETSTACK_LOGD("certificate directory path is not exist"); in AddCurlHandle() 949 if (!SSL_CTX_load_verify_locations(static_cast<SSL_CTX *>(ssl_ctx), nullptr, path.c_str())) { in AddCurlHandle() 955 NETSTACK_LOGD("certificate directory path is not exist"); in AddCurlHandle() 970 // add app cert path in AddCurlHandle() 976 // add user cert path in AddCurlHandle() 979 // add system cert path in AddCurlHandle()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 210 void GetStartupPage(const SessionInfo& sessionInfo, std::string& path, uint32_t& bgColor); 611 bool GetStartupPageFromResource(const AppExecFwk::AbilityInfo& abilityInfo, std::string& path, uint32_t& bgColor); 612 bool GetStartingWindowInfoFromCache(const SessionInfo& sessionInfo, std::string& path, uint32_t& bgColor); 614 const AppExecFwk::AbilityInfo& abilityInfo, const std::string& path, const uint32_t& bgColor);
|
/third_party/curl/tests/ |
H A D | runtests.pl | 524 # Win32-style path. 2163 # use this path to curl instead of default 2168 # use this path to a curl used to verify servers 2357 -ac path use this curl only to talk to APIs (currently only CI test APIs) 2359 -c path use this curl executable 2369 -L path require an additional perl library file to replace certain functions 2387 -vc path use this curl only to verify the existing servers
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 1669 char path[64]; in vaapi_device_create() local 1676 snprintf(path, sizeof(path), in vaapi_device_create() 1678 priv->drm_fd = open(path, O_RDWR); in vaapi_device_create()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 934 static bool IsExt_ExeUnix_NumericAllowed(const UString &path)
in IsExt_ExeUnix_NumericAllowed() argument 936 unsigned pos = path.Len();
in IsExt_ExeUnix_NumericAllowed() 942 const wchar_t c = path[--pos];
in IsExt_ExeUnix_NumericAllowed() 950 const wchar_t *cur = path.Ptr(pos + 1);
in IsExt_ExeUnix_NumericAllowed()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 36 _mesa_lookup_shader_include(struct gl_context *ctx, char *path, 361 char *path = strndup(start + 1, strlen(start + 1) - 1); 364 _mesa_lookup_shader_include(parser->gl_ctx, path, false); 365 free(path);
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 309 const char *path = drm_render_device->nodes[DRM_NODE_RENDER]; in pvr_physical_device_init() local 346 pdevice->render_fd = open(path, O_RDWR | O_CLOEXEC); in pvr_physical_device_init() 351 path); in pvr_physical_device_init() 356 path, in pvr_physical_device_init() 683 pvr_finishme("Unimplemented path!!"); in pvr_calc_fscommon_size_and_tiles_in_flight() 690 pvr_finishme("Unimplemented path!!"); in pvr_calc_fscommon_size_and_tiles_in_flight() 693 pvr_finishme("Unimplemented path!!"); in pvr_calc_fscommon_size_and_tiles_in_flight() 696 pvr_finishme("Unimplemented path!!"); in pvr_calc_fscommon_size_and_tiles_in_flight() 735 pvr_finishme("Unimplemented path!!"); in pvr_calc_fscommon_size_and_tiles_in_flight()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 2262 auto path = promised_req.fs.header(http2::HD__PATH); in handle_downstream_push_promise_complete() local 2292 // For server-wide OPTIONS request, path is empty. in handle_downstream_push_promise_complete() 2293 if (method_token != HTTP_OPTIONS || path->value != "*") { in handle_downstream_push_promise_complete() 2294 promised_req.path = http2::rewrite_clean_path(promised_balloc, path->value); in handle_downstream_push_promise_complete()
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 101 // If this path is a terminal then prune 105 // path whose position in the old string is the farthest from the origin 164 addToPath: function addToPath(path, added, removed, oldPosInc) { 165 var last = path.lastComponent; 169 oldPos: path.oldPos + oldPosInc, 179 oldPos: path.oldPos + oldPosInc,
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 615 FILE* OS::FOpen(const char* path, const char* mode) { in FOpen() argument 617 std::wstring utf16_path = ConvertUtf8StringToUtf16(path); in FOpen() 627 bool OS::Remove(const char* path) { in Remove() argument 628 return (DeleteFileA(path) != 0); in Remove()
|