Home
last modified time | relevance | path

Searched refs:pathPos (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_ext_manage.cpp65 string::size_type pathPos = absPath.find(defaultBackupPath); in CheckOwnPackTar() local
66 if (pathPos == string::npos || pathPos != 0) { in CheckOwnPackTar()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dfile_utils.cpp127 string pathPos = sourcePath.substr(0, pos); in SavePicture() local
128 string pathHeic = pathPos + ".heic"; in SavePicture()
131 string pathJpeg = pathPos + ".jpeg"; in SavePicture()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp163 string::size_type pathPos = halfUri.find_last_of('/'); in LogDelete() local
164 if (pathPos == string::npos) { in LogDelete()
167 dfxReporter->ReportDeleteBehavior(id, type, halfUri.substr(pathPos + 1)); in LogDelete()
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c327 const int pathPos = 2; in DoChown() local
328 int ret = SetOwner(ctx->argv[pathPos], ctx->argv[0], ctx->argv[1]); in DoChown()
330 INIT_LOGE("Failed to change owner for %s, err %d.", ctx->argv[pathPos], errno); in DoChown()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp532 constexpr int32_t pathPos = 7; in ExtractUnixSocketsInfo() local
541 socketInfo.path_ = match[pathPos].str(); in ExtractUnixSocketsInfo()