Home
last modified time | relevance | path

Searched refs:pathTemp (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_node_build.cpp131 RSPath pathTemp;
139 pathTemp.AddPath(pathLayers[k]);
141 multPath.AddPath(pathTemp);
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp201 auto pathTemp = dir_ + PATH_KEY_TEMP; in StoreKey() local
209 LOGI("rename %{public}s to %{public}s", pathTemp.c_str(), candidate.c_str()); in StoreKey()
210 if (rename(pathTemp.c_str(), candidate.c_str()) == 0) { in StoreKey()
220 OHOS::ForceRemoveDirectory(pathTemp); in StoreKey()
235 auto pathTemp = dir_ + PATH_KEY_TEMP; in StoreKey() local
236 if (!MkDirRecurse(pathTemp, S_IRWXU)) { in StoreKey()
244 return EncryptDe(auth, pathTemp); in StoreKey()
250 if (!InitKeyContext(auth, pathTemp, keyCtx)) { in StoreKey()
261 if (!SaveAndCleanKeyBuff(pathTemp, keyCtx)) { in StoreKey()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp247 string pathTemp = g_optionArgs.path; in RecursiveFunc() local
253 g_optionArgs.path = pathTemp; in RecursiveFunc()
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp126 string pathTemp = pathInRecur; in RecursiveFunc() local
129 HILOG_DEBUG("RecursiveFunc: pathTemp = %{public}s", pathTemp.c_str()); in RecursiveFunc()
130 string timeSlot = GetTimeSlotFromPath(pathTemp); in RecursiveFunc()
140 pathInRecur = pathTemp; in RecursiveFunc()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlistfile.cpp302 string pathTemp = g_optionArgs.path; in RecursiveFunc() local
308 g_optionArgs.path = pathTemp; in RecursiveFunc()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1930 Drawing::Path pathTemp; in MergeDrawingPath() local
1935 pathTemp.AddPath(pathLayers[k]); in MergeDrawingPath()
1942 auto isOk = outPath.Op(pathTemp, pathLayers[h], Drawing::PathOp::DIFFERENCE); in MergeDrawingPath()
1944 pathTemp = outPath; in MergeDrawingPath()
1947 multPath.AddPath(pathTemp); in MergeDrawingPath()

Completed in 10 milliseconds