/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 360 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override; 1127 sk_sp<SkTypeface> SkFontMgr_DirectWrite::onMakeFromFile(const char path[], int ttcIndex) const { in onMakeFromFile() argument 1128 return this->makeFromStream(SkStream::MakeFromFile(path), ttcIndex); in onMakeFromFile()
|
/third_party/python/Lib/test/ |
H A D | test_contextlib.py | 106 # Repeat with RuntimeError (which goes through a different code path) 1208 return os.path.join( 1209 os.path.dirname(os.path.realpath(__file__)),
|
/third_party/python/Lib/ |
H A D | imaplib.py | 1623 if mo: path = mo.group(1) 1624 else: path = ml.split()[-1] 1625 run('delete', (path,))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_cred.c | 191 * @path: Path to CA certificates (not yet supported) 196 const char *path) in tlsv1_set_ca_cert() 233 cred->ca_cert_verify = cert || cert_blob || path; in tlsv1_set_ca_cert() 239 if (path) { in tlsv1_set_ca_cert() 194 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) tlsv1_set_ca_cert() argument
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 437 fs::path new_path = env.get_folder(ManifestLocation::implicit_layer).write_manifest(file_name, invalid_jsons[i]); in TEST() 611 env.env_var_vk_icd_filenames.add_to_list((fs::path("totally_made_up") / "path_to_fake" / "jason_file.json").str()); in TEST() 748 fs::path new_path = env.get_folder(ManifestLocation::explicit_layer) in TEST()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1728 LOGI("SetHapPath, Use hap path to load resource"); in SetHapPath() 2449 std::string path = "/data/themes/a/app"; in CheckAndSetFontFamily() local 2450 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily() 2451 path = "/data/themes/b/app"; in CheckAndSetFontFamily() 2452 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily() 2456 path = path.append("/fonts/"); in CheckAndSetFontFamily() 2457 familyName = GetFontFamilyName(path); in CheckAndSetFontFamily() 2461 path = path in CheckAndSetFontFamily() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 740 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in anv_physical_device_try_create() local 747 fd = open(path, O_RDWR | O_CLOEXEC); in anv_physical_device_try_create() 751 "Unable to open device %s: out of memory", path); in anv_physical_device_try_create() 754 "Unable to open device %s: %m", path); in anv_physical_device_try_create() 802 assert(strlen(path) < ARRAY_SIZE(device->path)); in anv_physical_device_try_create() 803 snprintf(device->path, ARRAY_SIZE(device->path), "%s", path); in anv_physical_device_try_create() 1026 if (stat(path, in anv_physical_device_try_create() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 171 void GetState(int32_t& index, std::string& name, std::string& path) override; 172 void GetRouterStateByIndex(int32_t& index, std::string& name, std::string& path, std::string& params) override;
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 102 bool IsDirExist(const std::string& path) in IsDirExist() argument 105 CHECK_NULL_RETURN(realpath(path.c_str(), realPath), false); in IsDirExist()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 152 skillUri.path = MallocCString(cUri.path); in ConvertSkillUri()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.h | 295 CORE3D_NS::ISceneNode* CreateNode(const BASE_NS::string& path, const BASE_NS::string& name); 302 CORE_NS::Entity CreateCamera(const BASE_NS::string& path, const BASE_NS::string& name, uint32_t flagBits);
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.cpp | 403 int32_t Recorder::RecorderClient::SetOutputPath(const string &path) in SetOutputPath() argument 408 WriteString(&io, path.c_str()); in SetOutputPath()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | medialibrary_backup_clone_test.cpp | 132 void Init(CloneSource &cloneSource, const string &path, const vector<string> &tableList) in Init() argument 135 cloneSource.Init(path, tableList); in Init()
|
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 187 const std::string path = "/data/test/media/H264_AAC.mp4"; in SetFdSourceStatic() local 188 fdValue = open(path.c_str(), O_RDONLY); in SetFdSourceStatic()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 432 string path = "/proc/self/fd/" + to_string(dstFd); in CreateStream() local 434 int readLinkRes = readlink(path.c_str(), buf.get(), BUF_SIZE); in CreateStream()
|
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/ |
H A D | disk_info_test.cpp | 561 std::string path(sysPath + "/device/manfid"); in HWTEST_F() 563 ReadFile(path, &str); in HWTEST_F()
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 814 const std::string& path) : in ImagePipelineNodeDebug() 816 path_{path}, in ImagePipelineNodeDebug() 813 ImagePipelineNodeDebug(ImagePipelineNode& source, const std::string& path) ImagePipelineNodeDebug() argument
|
/third_party/curl/lib/ |
H A D | ftplistparser.c | 209 free(wc->path); in Curl_wildcard_dtor() 210 wc->path = NULL; in Curl_wildcard_dtor()
|
/third_party/gn/src/gn/ |
H A D | setup.cc | 308 // Given the path to a batch file that runs Python, extracts the name of the 310 // to put something named "python" on the path, which then just redirects to 312 // returns empty path. 317 // path, you need *another* set of quotes around that, likewise, we need 359 // Get the path. 371 // Search for python.exe in the path. 731 *err = Err(Location(), "Root source path not found.", 732 "The path \"" + FilePathToUTF8(relative_root_path) + 738 // --dotfile should be a real file path and not a "//foo" source-relative 739 // path [all...] |
/third_party/libsnd/src/ |
H A D | common.h | 311 char path [SF_FILENAME_LEN] ; member 850 int psf_copy_filename (SF_PRIVATE *psf, const char *path) ;
|
/third_party/libuv/src/ |
H A D | uv-common.c | 653 required_len = strlen(handle->path); in uv_fs_event_getpath() 659 memcpy(buffer, handle->path, required_len); in uv_fs_event_getpath()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 32 * connect to, providing a path where scrapers at 2) can get metrics from 116 uint8_t greet:1; /* set if client needs to send proxy path */ 148 if (lws_parse_uri(url, &prot, &i.address, &i.port, &i.path)) { in omc_connect_client() 165 lwsl_notice("%s: %s %u %s\n", __func__, i.address, i.port, i.path); in omc_connect_client() 553 * same proxy path in omc_lws_om_get_other_side_pss_client() 983 if (lws_pvo_get_str(in, "metrics-proxy-path", &cp)) { in callback_lws_openmetrics_prox_client() 984 lwsl_err("%s: metrics-proxy-path pvo required\n", __func__); in callback_lws_openmetrics_prox_client()
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 287 err.path = this.spawnfile; 1118 result.error.path = options.file;
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 753 with open(os.path.join(target, filename), "wb") as f: 764 if not os.path.isdir(target): 841 Subclasses may override this method and implement template path
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 689 f = open(os.path.join(target, filename), mode) 701 if not os.path.isdir(target): 789 Subclasses may override this method and implement template path
|