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 D | hm_symbol_node_build.cpp | 131 RSPath pathTemp; 139 pathTemp.AddPath(pathLayers[k]); 141 multPath.AddPath(pathTemp);
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 201 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 D | list_file.cpp | 247 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 D | file_trash_n_exporter.cpp | 126 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 D | listfile.cpp | 302 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 D | draw_cmd.cpp | 1930 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