Home
last modified time | relevance | path

Searched full:path (Results 29851 - 29875 of 38346) sorted by relevance

1...<<1191119211931194119511961197119811991200>>...1534

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs254 pub path: *mut ::c_char,
3930 path: *mut ::c_char, in getfhat()
3979 path: *const ::c_char, in extattr_delete_file()
3984 path: *const ::c_char, in extattr_delete_link()
3996 path: *const ::c_char, in extattr_get_file()
4003 path: *const ::c_char, in extattr_get_link()
4016 path: *const ::c_char, in extattr_list_file()
4022 path: *const ::c_char, in extattr_list_link()
4035 path: *const ::c_char, in extattr_set_file()
4042 path in extattr_set_link()
[all...]
/third_party/typescript/src/harness/
H A DfourslashImpl.ts201 // Add input file which has matched file name with the given reference-file path.
211 function tryAdd(path: string) {
212 const inputFile = inputFiles.get(path);
213 if (inputFile && !Harness.isDefaultLibraryFile(path)) {
214 languageServiceAdapterHost.addScript(path, inputFile, /*isRootFile*/ true);
281 this.inputFiles.forEach((data, path) => {
282 const scriptInfo = new Harness.LanguageService.ScriptInfo(path, undefined!, /*isRootFile*/ false); // TODO: GH#18217
283 files[path] = new vfs.File(data, { meta: { scriptInfo } });
313 // Fourslash insert tests/cases/fourslash into inputFile.unitName so we will properly append the same base directory to refFile path
1240 const recur = <U>(actual: U, expected: U, path
[all...]
/third_party/python/Lib/test/
H A Dtest_inspect.py11 from os.path import normcase
59 # modules depends on the path used to start the python executable.
874 with open(os.path.join(self.tempdir, 'inspect_fodder3%spy' % os.extsep),
1012 args_e=['path'],
1592 code = """def f(): print(path)"""
1600 expected = inspect.ClosureVars({}, {}, {"print":print}, {"path"})
1605 ns["__builtins__"] = {"path":1}
1606 expected = inspect.ClosureVars({}, {}, {"path":1}, {"print"})
1612 expected = inspect.ClosureVars({}, {}, {"path":os.path}, {"prin
[all...]
/applications/standard/app_samples/code/Solutions/Game/Lottie/entry/src/main/ets/pages/
H A DLottie.ets81 path: 'common/lottie/data.json',
118 path: 'common/lottie/grunt.json',
132 path: 'common/lottie/data.json',
/applications/standard/notes/features/src/main/ets/components/
H A DNoteContentCompPortrait.ets239 var path = "file://" + uriPath
240 LogUtil.info(TAG, 'image uri is:' + path)
242 this.controllerShow.runJavaScript("javascript:RICH_EDITOR.insertImage('" + path + "')")
H A DNoteContent.ets398 var path = "file://" + uriPath
399 LogUtil.info(TAG, 'image uri is:' + path)
401 "javascript:RICH_EDITOR.insertImage('" + path + "')"
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_phy_t28.h55 on write path */
62 on read path */
65 on read path */
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_phy_t28.h55 on write path */
62 on read path */
65 on read path */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_nnie.c378 HI_CHAR path[PATH_MAX] = {0}; in SAMPLE_COMM_SVP_NNIE_LoadModel() local
385 SAMPLE_SVP_CHECK_EXPR_RET((strlen(pszModelFile) > PATH_MAX) || (realpath(pszModelFile, path) == HI_NULL), in SAMPLE_COMM_SVP_NNIE_LoadModel()
387 FILE *fp = fopen(path, "rb"); in SAMPLE_COMM_SVP_NNIE_LoadModel()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device.c52 static bool IsFileExist(const char* path) in IsFileExist() argument
54 if (path == NULL) { in IsFileExist()
57 int32_t fd = UtilsFileOpen(path, O_RDONLY_FS, 0); in IsFileExist()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_wlfc.h103 char *fw_path; /* module_param: path to firmware image */
104 char *nv_path; /* module_param: path to nvram vars file */
271 char *btfw_path; /* module_param: path to BT firmware image */
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp467 bool DistributedSchedPermission::IsDistributedFile(const std::string& path) const in IsDistributedFile()
469 if (path.compare(0, DISTRIBUTED_FILES_PATH.size(), DISTRIBUTED_FILES_PATH) == 0) { in IsDistributedFile()
472 HILOGE("uri path is false."); in IsDistributedFile()
/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_0/cpp_target/battery/v1_0/
H A Dbattery_interface_stub.cpp.txt256 HDF_LOGE("%{public}s: read path failed", __func__);
259 std::string path = pathCp;
266 int32_t batteryInterfaceRet = impl->ChangePath(path);
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp217 std::string path = ""; in HWTEST_F() local
218 FixExtName(path); in HWTEST_F()
219 EXPECT_TRUE(path == ""); in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp386 std::string path = LOGGER_DEBUG_PROC_PATH; in GetBinderPeerPids() local
388 if (realpath(path.c_str(), resolvePath) == nullptr) { in GetBinderPeerPids()
395 stack += "open file failed :" + path + "\r\n"; in GetBinderPeerPids()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp283 void CJPageRouterNG::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument
297 path = pageInfo->GetPagePath(); in GetState()
469 auto entryPageInfo = AceType::MakeRefPtr<NG::EntryPageInfo>(pageId, target.url, target.path, params); in LoadPage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp153 Local<JSValueRef> path = runtimeCallInfo->GetCallArgRef(1); in SetCommandPathShape() local
155 if (path->IsString(vm)) { in SetCommandPathShape()
156 pathValue = path->ToString(vm)->ToString(vm); in SetCommandPathShape()
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp96 napi_create_string_utf8(env_, pageInfo.path.c_str(), pageInfo.path.length(), &napiPath); in OnRouterPageStateChange()
102 napi_set_named_property(env_, objValue, "path", napiPath); in OnRouterPageStateChange()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp583 bool BMSEventHandler::IsPreInstallRemovable(const std::string& path) in IsPreInstallRemovable() argument
704 void BMSEventHandler::ProcessRebootQuickFixBundleInstall(const std::string& path, bool isOta) {} in ProcessRebootQuickFixBundleInstall() argument
722 void BMSEventHandler::ProcessRebootQuickFixUnInstallAndRecover(const std::string& path) {} in ProcessRebootQuickFixUnInstallAndRecover() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_canvas.cpp38 static const Path& CastToPath(const OH_Drawing_Path& cPath) in CastToPath()
40 return reinterpret_cast<const Path&>(cPath); in CastToPath()
725 canvas->DrawShadow(*reinterpret_cast<Path*>(cPath), CastToPoint3(cPlaneParams), in OH_Drawing_CanvasDrawShadow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h110 Drawing::Path borderPath_;
196 void ClipShadowPath(const RSRenderContent& content, RSPaintFilterCanvas& canvas, Drawing::Path& path) const;
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp219 if (entry.is_regular_file() && entry.path().extension() == extension) { in find_files()
220 found_files.push_back(entry.path().c_str()); in find_files()
232 filesystem::path filePath = INP_DIR; in LoadHashFile()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp645 std::string path = "/data/test/media/test_cbr/720_1M/video_720_native.m3u8"; in HWTEST_F() local
646 int32_t fd = open(path.c_str(), O_RDONLY); in HWTEST_F()
647 int64_t size = GetFileSize(path); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_analysis_album_operation_test/src/
H A Dmedialibrary_analysis_album_operation_test.cpp67 string path; member
108 string extrUri = MediaFileUtils::GetExtraUri(data.title + ".jpg", data.path, true); in GetCoverUri()
161 portraitData.path = data; in InsertPortraitToPhotos()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp607 string path = "/data"; in HWTEST_F() local
609 mtpFileObserver.AddFileInotify(path, realPath, context); in HWTEST_F()
620 MtpFileObserver::SendEvent(event, path, context); in HWTEST_F()

Completed in 66 milliseconds

1...<<1191119211931194119511961197119811991200>>...1534