Home
last modified time | relevance | path

Searched refs:tempFilePath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp74 string tempFilePath = GetTempFilePath(filePath); in PrepareTempVideoFile() local
76 int fd = open(tempFilePath.c_str(), O_WRONLY | O_CREAT, 0644); in PrepareTempVideoFile()
245 string tempFilePath = GetTempFilePath(filePath); variable
263 string tempFilePath = GetTempFilePath(filePath); variable
308 string tempFilePath = GetTempFilePath(filePath); variable
327 string tempFilePath = GetTempFilePath(filePath); variable
356 string tempFilePath = GetTempFilePath(filePath); variable
394 string tempFilePath = GetTempFilePath(filePath); variable
428 string tempFilePath = GetTempFilePath(filePath); variable
465 string tempFilePath = GetTempFilePath(filePath); variable
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp580 std::string tempFilePath(idItem->value_); in GetFilePathFromHap() local
581 auto index = tempFilePath.find('/'); in GetFilePathFromHap()
583 RESMGR_HILOGE(RESMGR_TAG, "resource path format error, %s", tempFilePath.c_str()); in GetFilePathFromHap()
589 std::string tempFilePath("assets/"); in GetFilePathFromHap() local
590 tempFilePath.append(idItem->value_); in GetFilePathFromHap()
591 filePath = tempFilePath; in GetFilePathFromHap()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp1706 …std::string tempFilePath = DRIVER_FILE_DIR + TEMP_PREFIX + BUNDLE_NAME + PATH_UNDERLIND + MODULE_N… variable
1708 fileExisted = IsFileExisted(tempFilePath);