| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 254 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 D | fourslashImpl.ts | 201 // 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 D | test_inspect.py | 11 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 D | Lottie.ets | 81 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 D | NoteContentCompPortrait.ets | 239 var path = "file://" + uriPath 240 LogUtil.info(TAG, 'image uri is:' + path) 242 this.controllerShow.runJavaScript("javascript:RICH_EDITOR.insertImage('" + path + "')")
|
| H A D | NoteContent.ets | 398 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 D | ddr_phy_t28.h | 55 on write path */ 62 on read path */ 65 on read path */
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
| H A D | ddr_phy_t28.h | 55 on write path */ 62 on read path */ 65 on read path */
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
| H A D | sample_comm_nnie.c | 378 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 D | wifi_device.c | 52 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 D | dhd_wlfc.h | 103 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 D | distributed_sched_permission.cpp | 467 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 D | battery_interface_stub.cpp.txt | 256 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 D | file_path_utils_test.cpp | 217 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 D | appfreeze_manager.cpp | 386 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 D | cj_page_router_ng.cpp | 283 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 D | arkts_native_render_node_bridge.cpp | 153 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 D | ui_observer_listener.cpp | 96 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 D | bundle_mgr_service_event_handler.cpp | 583 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 D | drawing_canvas.cpp | 38 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 D | rs_property_drawable_bounds_geometry.h | 110 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 D | videodec_ndk_sample.cpp | 219 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 D | hls_media_downloader_unit_test.cpp | 645 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 D | medialibrary_analysis_album_operation_test.cpp | 67 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 D | mtp_test.cpp | 607 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()
|