Home
last modified time | relevance | path

Searched refs:path (Results 7651 - 7675 of 8425) sorted by relevance

1...<<301302303304305306307308309310>>...337

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp360 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 Dtest_contextlib.py106 # 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 Dimaplib.py1623 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 Dtlsv1_cred.c191 * @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 Dloader_alloc_callback_tests.cpp437 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 Dace_container.cpp1728 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 Danv_device.c740 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 Dfrontend_delegate_declarative.h171 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 Dresource_adapter_impl.cpp102 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 Dbundle_manager_convert.cpp152 skillUri.path = MallocCString(cUri.path); in ConvertSkillUri()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.h295 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 Drecorder_client.cpp403 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 Dmedialibrary_backup_clone_test.cpp132 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 Dplayer_service_proxy_fuzzer.cpp187 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 Drandomaccessfile_n_exporter.cpp432 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 Ddisk_info_test.cpp561 std::string path(sysPath + "/device/manfid"); in HWTEST_F()
563 ReadFile(path, &str); in HWTEST_F()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp814 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 Dftplistparser.c209 free(wc->path); in Curl_wildcard_dtor()
210 wc->path = NULL; in Curl_wildcard_dtor()
/third_party/gn/src/gn/
H A Dsetup.cc308 // 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 Dcommon.h311 char path [SF_FILENAME_LEN] ; member
850 int psf_copy_filename (SF_PRIVATE *psf, const char *path) ;
/third_party/libuv/src/
H A Duv-common.c653 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 Dprotocol_lws_openmetrics_export.c32 * 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 Dchild_process.js287 err.path = this.spawnfile;
1118 result.error.path = options.file;
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py753 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 Denvironment.py689 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

Completed in 47 milliseconds

1...<<301302303304305306307308309310>>...337