Home
last modified time | relevance | path

Searched full:path (Results 29101 - 29125 of 37589) sorted by relevance

1...<<1161116211631164116511661167116811691170>>...1504

/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()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_medialibrary_manager.cpp334 int32_t MtpMedialibraryManager::GetIdByPath(const std::string &path, uint32_t &outId) in GetIdByPath() argument
338 vector<string> whereArgs = {path, path}; in GetIdByPath()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp513 MEDIA_ERR_LOG("file is not real path: %{private}s, errno: %{public}d", extraPath.c_str(), errno); in ParseLivePhotoCoverPosition()
602 CHECK_AND_RETURN_RET_LOG(!filePath.empty(), E_AVMETADATA, "AV metadata file path is empty"); in ExtractAVMetadata()
645 MEDIA_INFO_LOG("Video of moving photo does not exist, path: %{private}s", videoPath.c_str()); in CombineMovingPhotoMetadata()
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp115 std::cout << "File path is empty" << std::endl; in RemoveDir()
569 std::cout << "Path is error" << std::endl; in ReadUinputToolFile()
573 std::cout << "File path is error" << std::endl; in ReadUinputToolFile()
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c673 const char *path = "/etc/system_capability.json"; in GetJsonStream() local
677 if (stat(path, &fileInfo) != 0 || (size = fileInfo.st_size) == 0) { in GetJsonStream()
681 int32_t fp = open(path, O_RDONLY, S_IRUSR); in GetJsonStream()
H A Dsamgr_server.c563 const char *path = "/etc/system_capability.json"; in GetJsonStream() local
567 if (stat(path, &fileInfo) != 0 || (size = fileInfo.st_size) == 0) { in GetJsonStream()
571 int32_t fp = open(path, O_RDONLY, S_IRUSR); in GetJsonStream()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp228 static long GetInterfaceTrafficByType(const std::string &path, const std::string &type) in GetInterfaceTrafficByType() argument
230 if (path.empty()) { in GetInterfaceTrafficByType()
233 std::string trafficPath = path + type; in GetInterfaceTrafficByType()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp31 int SingleVerDatabaseOper::SetSecOpt(const std::string &path, bool isDir) const in SetSecOpt() argument
33 std::string currentMetaPath = path + "/" + DBConstant::METADB_DIR; in SetSecOpt()
34 std::string currentMainPath = path + "/" + DBConstant::MAINDB_DIR; in SetSecOpt()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp703 if (delegate->Import(pathResult.path, NULL_PASSWD) != OK) { in CorruptNewCallBack()
724 if (delegate->Import(pathResult.path, password) != OK) { in CorruptCallBackOfImport()
735 if (delegate->Export(pathResult.path, NULL_PASSWD) != INVALID_PASSWD_OR_CORRUPTED_DB) { in CorruptCallBackOfExport()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp501 char path[PATH_MAX + 1] = {0x00}; in ParseConfig() local
508 if (strlen(profilePath) == 0 || strlen(profilePath) > PATH_MAX || realpath(profilePath, path) == nullptr) { in ParseConfig()
513 std::string componentProfilePath(path); in ParseConfig()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp78 HILOGE("ReportErr Failed to traversal file, file path is:%{public}s, err = %{public}d", in Packet()
108 HILOGE("File path does not exists, err = %{public}d", errno); in TraversalFile()
130 HILOGE("Failed to add file to tar package, file path is:%{public}s", GetAnonyPath(filePath).c_str()); in TraversalFile()
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp517 DEBUG_LOG_STR("WukongScreenCap store path is {%s}", wkScreenPath.c_str()); in WukongScreenCap()
659 ERROR_LOG_STR("failed to get source file path (%s), errno: (%d)", sourceFile.c_str(), errno); in CopyFile()
673 ERROR_LOG_STR("failed to get dest dir path (%s), errno: (%d)", destDir.c_str(), errno); in CopyFile()
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py381 if os.path.exists(history_execute_result):
383 os.path.join(task.config.report_path, "result")
385 target_execute_result = "%s.xml" % os.path.join(
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_position/entry/src/main/ets/MainAbility/pages/position/
H A DPositionPage.ets597 } else if (this.targetView == 'Path') {
598 Path()
614 Path().width(200).height(60).commands('M0 0 L400 0 L400 150 Z')
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_picker/ace_ets_module_picker_api11/entry/src/main/ets/MainAbility/pages/Slider/
H A DIndex.ets32 Path = new Path({ width: '280px', height: '280px' }).fill('#FFFF0000')
37 private sliderShapePath: SliderBlockStyle = { type: SliderBlockType.SHAPE, shape: this.Path }
/test/xts/acts/multimedia/audio/audio_js_standard/audioVoip/entry/src/ohosTest/ets/test/
H A DAudioVOIP.test.ets197 console.info(`${TagRender}: AudioRenderer : Path : ${pathName}`);
257 console.info(`${TagRender}: case2: File Path: ${ss}`);
332 console.info(`${TagRec}: AudioCapturer : Path : ${fpath}`);
/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/
H A DFileIOStat.test.js33 * @tc.desc Function of API, statSync. Gets information about the file in the specified path.
69 * @tc.desc Function of API, statSync. The parameter is the directory path.
88 * @tc.desc Function of API, statSync. The file path is greater than 4096.
/test/xts/hats/powermgr/power/hdi_power/common/
H A Dhdi_power_test.cpp184 static int32_t ReadFile(const char *path, char *buf, size_t size);
205 int32_t HdfPowerHdiTest::ReadFile(const char *path, char *buf, size_t size) in ReadFile() argument
210 int32_t fd = open(path, O_RDONLY, S_IRUSR | S_IRGRP | S_IROTH); in ReadFile()
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c694 "f2fscrypt add_key -S salt [ -k keyring ] [-v] [-q] [ path ... ]\n\n" \
762 "f2fscrypt set_policy policy path ... \n\n" \
806 "f2fscrypt get_policy path ... \n\n" \
/third_party/ffmpeg/doc/
H A Dgit-howto.texi309 mv/cp path/file otherpath/otherfile
334 to @file{/path/to/ffmpeg/repository/.git/config}:
465 @item @command{/path/to/ffmpeg/configure}

Completed in 55 milliseconds

1...<<1161116211631164116511661167116811691170>>...1504