Searched refs:pathPos (Results 1 – 5 of 5) sorted by relevance
65 string::size_type pathPos = absPath.find(defaultBackupPath); in CheckOwnPackTar() local66 if (pathPos == string::npos || pathPos != 0) { in CheckOwnPackTar()
127 string pathPos = sourcePath.substr(0, pos); in SavePicture() local128 string pathHeic = pathPos + ".heic"; in SavePicture()131 string pathJpeg = pathPos + ".jpeg"; in SavePicture()
163 string::size_type pathPos = halfUri.find_last_of('/'); in LogDelete() local164 if (pathPos == string::npos) { in LogDelete()167 dfxReporter->ReportDeleteBehavior(id, type, halfUri.substr(pathPos + 1)); in LogDelete()
327 const int pathPos = 2; in DoChown() local328 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()
532 constexpr int32_t pathPos = 7; in ExtractUnixSocketsInfo() local541 socketInfo.path_ = match[pathPos].str(); in ExtractUnixSocketsInfo()